The terminateAllParsers function moved into InputData.
[external/ragel.git] / ragel / common.h
index 00f30a2..a9ec27a 100644 (file)
@@ -375,24 +375,4 @@ struct exit_object { };
 extern exit_object endp;
 void operator<<( std::ostream &out, exit_object & );
 
-/* Target output style. */
-enum CodeStyleEnum
-{
-       GenTables,
-       GenFTables,
-       GenFlat,
-       GenFFlat,
-       GenGoto,
-       GenFGoto,
-       GenIpGoto,
-       GenSplit
-};
-
-/* Target implementation */
-enum RubyImplEnum
-{
-       MRI,
-       Rubinius
-};
-
 #endif