remove here() dbg call

This commit is contained in:
stefan schippers 2025-02-14 14:00:34 +01:00
parent 26710d3bd0
commit be643d5a92
1 changed files with 0 additions and 1 deletions

View File

@ -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;