Commit 6a22e2fb authored by Russ Cox's avatar Russ Cox

cmd/6a: delete dead code

R=ken2
CC=golang-dev
https://golang.org/cl/6223060
parent 495a9dc2
...@@ -1347,19 +1347,5 @@ outhist(void) ...@@ -1347,19 +1347,5 @@ outhist(void)
} }
} }
void
pragbldicks(void)
{
while(getnsc() != '\n')
;
}
void
praghjdicks(void)
{
while(getnsc() != '\n')
;
}
#include "../cc/lexbody" #include "../cc/lexbody"
#include "../cc/macbody" #include "../cc/macbody"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment