diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2006-08-26 21:29:10 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-08-26 21:29:10 +0000 |
| commit | e35cf0a56c70d1de4d2f6c4f4eadcb71e773050a (patch) | |
| tree | 843ffc6140f66bf60562adb1bf8d3d82b9739b5e /contrib/gcc/hooks.c | |
| parent | 502dfb0aa3c7ce8d7a4946a8bdde8e79e48248ef (diff) | |
Notes
Diffstat (limited to 'contrib/gcc/hooks.c')
| -rw-r--r-- | contrib/gcc/hooks.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/gcc/hooks.c b/contrib/gcc/hooks.c index 06a5732eae33..9179938fe3b1 100644 --- a/contrib/gcc/hooks.c +++ b/contrib/gcc/hooks.c @@ -213,21 +213,6 @@ hook_rtx_tree_int_null (tree a ATTRIBUTE_UNUSED, int b ATTRIBUTE_UNUSED) return NULL; } -/* Generic hook that takes a size_t and returns NULL. */ -void * -hook_voidp_size_t_null (size_t a ATTRIBUTE_UNUSED) -{ - return NULL; -} - -/* Generic hook that takes a size_t and a pointer and returns false. */ -bool -hook_bool_voidp_size_t_false (void * a ATTRIBUTE_UNUSED, - size_t b ATTRIBUTE_UNUSED) -{ - return false; -} - /* Generic hook that takes a tree and returns a NULL string. */ const char * hook_constcharptr_tree_null (tree t ATTRIBUTE_UNUSED) |
