]> git.lizzy.rs Git - plan9front.git/commitdiff
get rid of size printing
authorben <ben@rana>
Thu, 28 Apr 2016 13:05:42 +0000 (08:05 -0500)
committerben <ben@rana>
Thu, 28 Apr 2016 13:05:42 +0000 (08:05 -0500)
sys/src/libregexp/regcomp.c

index d2f3108845a3f6ccc87e1995e05c6320ec6c1f5c..c937ee5c9a007d399127ad312f5eec22a9bd8840 100644 (file)
@@ -188,7 +188,6 @@ regcomp1(char *regstr, int nl, int lit)
        parsetr = node(&plex, TSUB, e0(&plex), nil);
 
 //     prtree(parsetr, 0, 1);
-//     fprint(2, "Program size %ld\n", sizeof(Reprog) + sizeof(Reinst) * plex.instrs + sizeof(Rethread) * maxthr);
        reprog = malloc(sizeof(Reprog) +
                        sizeof(Reinst) * plex.instrs +
                        sizeof(Rethread) * maxthr);