summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-30 21:22:46 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-30 21:22:46 -0500
commitf3c02f7dd8d6bc42f31913e5c8887634db9da1fc (patch)
treef44582014077a5ef4c679a1aa5834bda73d2c5d6 /identifiers.c
parentacbe89c2fd6d093dee1eac23521da1fbcd222962 (diff)
more namespaces
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/identifiers.c b/identifiers.c
index 10fe844..6eb0bfa 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -130,10 +130,6 @@ static void fprint_ident_debug(FILE *out, Identifier id) {
fprintf(out, "???");
return;
}
-#ifdef TOC_DEBUG
- if (id->export_id)
- printf(U64_FMT "-", id->export_id);
-#endif
fprint_ident(out, id);
}