summaryrefslogtreecommitdiff
path: root/gcc/config/mmix/mmix.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-09 21:25:03 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-09 21:25:03 +0000
commit478e5b28430712d36079a23f799be0105eb4bbe8 (patch)
treeac8c9256dc49f04fbb7dfb7560aa7c427aa78d31 /gcc/config/mmix/mmix.c
parent9753f6ab866ef623b3433622cdbe663632b86738 (diff)
downloadgcc-478e5b28430712d36079a23f799be0105eb4bbe8.tar.gz
* config/mmix/mmix.c (mmix_function_block_profiler,
mmix_block_profiler, mmix_function_block_profiler_exit): Delete unused functions. * config/mmix/mmix-protos.h (mmix_function_block_profiler, mmix_block_profiler, mmix_function_block_profiler_exit): Delete prototypes. * config/cris/cris.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete obsoleted macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mmix/mmix.c')
-rw-r--r--gcc/config/mmix/mmix.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c
index 73abc7998d5..6d1c72d2e90 100644
--- a/gcc/config/mmix/mmix.c
+++ b/gcc/config/mmix/mmix.c
@@ -1197,35 +1197,6 @@ mmix_function_profiler (stream, labelno)
sorry ("function_profiler support for MMIX");
}
-/* FUNCTION_BLOCK_PROFILER. */
-
-void
-mmix_function_block_profiler (stream, labelno)
- FILE *stream ATTRIBUTE_UNUSED;
- int labelno ATTRIBUTE_UNUSED;
-{
- sorry ("function_block_profiler support for MMIX");
-}
-
-/* BLOCK_PROFILER. */
-
-void
-mmix_block_profiler (stream, labelno)
- FILE *stream ATTRIBUTE_UNUSED;
- int labelno ATTRIBUTE_UNUSED;
-{
- sorry ("block_profiler support for MMIX");
-}
-
-/* FUNCTION_BLOCK_PROFILER_EXIT. */
-
-void
-mmix_function_block_profiler_exit (stream)
- FILE *stream ATTRIBUTE_UNUSED;
-{
- sorry ("block_profiler_exit support for MMIX");
-}
-
/* SETUP_INCOMING_VARARGS. */
void