summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-dump.c')
-rw-r--r--gcc/c-family/c-dump.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-family/c-dump.c b/gcc/c-family/c-dump.c
index c698f6d189a..c581755cca9 100644
--- a/gcc/c-family/c-dump.c
+++ b/gcc/c-family/c-dump.c
@@ -26,15 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-dump.h"
#include "c-common.h"
-/* Dump information common to statements from STMT. */
-
-void
-dump_stmt (dump_info_p di, const_tree t)
-{
- if (EXPR_HAS_LOCATION (t))
- dump_int (di, "line", EXPR_LINENO (t));
-}
-
/* Dump any C-specific tree codes and attributes of common codes. */
bool