aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68hc11
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68hc11')
-rw-r--r--gcc/config/m68hc11/m68hc11-protos.h3
-rw-r--r--gcc/config/m68hc11/m68hc11.c19
2 files changed, 0 insertions, 22 deletions
diff --git a/gcc/config/m68hc11/m68hc11-protos.h b/gcc/config/m68hc11/m68hc11-protos.h
index 2feca9192aa..0b63a859ff4 100644
--- a/gcc/config/m68hc11/m68hc11-protos.h
+++ b/gcc/config/m68hc11/m68hc11-protos.h
@@ -30,9 +30,6 @@ extern int m68hc11_initial_elimination_offset PARAMS((int, int));
extern void expand_prologue PARAMS((void));
extern void expand_epilogue PARAMS((void));
-extern int m68hc11_function_block_profiler PARAMS((FILE*,int));
-
-extern int m68hc11_block_profiler PARAMS((FILE*,int));
extern void m68hc11_asm_file_start PARAMS((FILE*, const char*));
diff --git a/gcc/config/m68hc11/m68hc11.c b/gcc/config/m68hc11/m68hc11.c
index ab2b768d872..a521bbd8df2 100644
--- a/gcc/config/m68hc11/m68hc11.c
+++ b/gcc/config/m68hc11/m68hc11.c
@@ -1131,25 +1131,6 @@ m68hc11_unary_operator (op, mode)
|| GET_CODE (op) == SIGN_EXTEND || GET_CODE (op) == ZERO_EXTEND;
}
-
-/* Profiling. */
-
-int
-m68hc11_block_profiler (out, blockno)
- FILE *out ATTRIBUTE_UNUSED;
- int blockno ATTRIBUTE_UNUSED;
-{
- return 0;
-}
-
-int
-m68hc11_function_block_profiler (out, block_or_label)
- FILE *out ATTRIBUTE_UNUSED;
- int block_or_label ATTRIBUTE_UNUSED;
-{
- return 0;
-}
-
/* Emit the code to build the trampoline used to call a nested function.
68HC11 68HC12