diff options
author | Adrian Thurston <thurston@colm.net> | 2021-11-07 15:24:11 -0800 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2021-11-07 15:24:11 -0800 |
commit | 6877df322fe8bbcf05212dd6bf333ba4d6564c4f (patch) | |
tree | 43eb92ed7bff122d58a0d7640d9d1eb9b55787c8 /src/libfsm/common.h | |
parent | 34c1750600a14193b74915bfd4d53bac61e77788 (diff) | |
download | colm-6877df322fe8bbcf05212dd6bf333ba4d6564c4f.tar.gz |
moved the findAlphType code over to ragel
Diffstat (limited to 'src/libfsm/common.h')
-rw-r--r-- | src/libfsm/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libfsm/common.h b/src/libfsm/common.h index 980118f1..2be2bb55 100644 --- a/src/libfsm/common.h +++ b/src/libfsm/common.h @@ -242,10 +242,6 @@ void genLineDirectiveC( std::ostream &out, bool nld, int line, const char *file void genLineDirectiveAsm( std::ostream &out, bool nld, int line, const char *file ); void genLineDirectiveTrans( std::ostream &out, bool nld, int line, const char *file ); -HostType *findAlphType( const HostLang *hostLang, const char *s1 ); -HostType *findAlphType( const HostLang *hostLang, const char *s1, const char *s2 ); -HostType *findAlphTypeInternal( const HostLang *hostLang, const char *s1 ); - /* An abstraction of the key operators that manages key operations such as * comparison and increment according the signedness of the key. */ struct KeyOps |