remove dbg messge in track_memory.awk

This commit is contained in:
stefan schippers 2023-01-23 13:27:10 +01:00
parent 3043989196
commit 41b7bfb580
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ END{
print " address[ " i ", " idx[i] " ]= " address[i]
if(show_source) {
pipe = "egrep -n 'my_(malloc|calloc|realloc|free|strdup|strdup2)\\(" idx[i] ",' *.c xschem.h"
print pipe
while( pipe | getline a) print " " a
close(pipe)
}