diff options
author | Adrian Thurston <thurston@complang.org> | 2009-03-09 01:04:32 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2009-03-09 01:04:32 +0000 |
commit | 1e645bca5b679d0a26b8a5320f8dd2b4e981a0b8 (patch) | |
tree | 12ed566a99a95353bbbd01bcac1e168da7927bec /colm/pdarun.h | |
parent | 263d0ae256493a4295addb38bc24d5f0dc3b65fb (diff) | |
download | colm-1e645bca5b679d0a26b8a5320f8dd2b4e981a0b8.tar.gz |
Some cleanup.
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r-- | colm/pdarun.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h index 240d97a4..f0d2a797 100644 --- a/colm/pdarun.h +++ b/colm/pdarun.h @@ -528,7 +528,6 @@ struct PdaRun void send( Kid *kid ); void ignore( Tree *tree ); - void sendBackIgnore(); Kid *extractIgnore(); /* Report an error encountered by the parser. */ |