]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/6a: delete dead code
authorRuss Cox <rsc@golang.org>
Tue, 22 May 2012 15:42:44 +0000 (11:42 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 22 May 2012 15:42:44 +0000 (11:42 -0400)
R=ken2
CC=golang-dev
https://golang.org/cl/6223060

src/cmd/6a/lex.c

index 18a0667573e782bd0b75ca09d5cd9820fa676386..23f4637e106347d94d09a8a95dfb90ee964e08ab 100644 (file)
@@ -1347,19 +1347,5 @@ outhist(void)
        }
 }
 
-void
-pragbldicks(void)
-{
-       while(getnsc() != '\n')
-               ;
-}
-
-void
-praghjdicks(void)
-{
-       while(getnsc() != '\n')
-               ;
-}
-
 #include "../cc/lexbody"
 #include "../cc/macbody"