From be643d5a92bed24444fbb792ecdf58a50e3c6d84 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 14 Feb 2025 14:00:34 +0100 Subject: [PATCH] remove here() dbg call --- src/token.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/token.c b/src/token.c index 24149633..ee6a1a55 100644 --- a/src/token.c +++ b/src/token.c @@ -4653,7 +4653,6 @@ const char *translate2(Lcc *lcc, int level, char* s) } else if(strcmp(token,"@path")==0) { char *path = NULL; - here(level); my_strdup2(_ALLOC_ID_, &path, "@path@name\\."); if(level > 1) { /* add parent LCC instance names (X1, Xinv etc) */ int i;