tizen 2.3.1 release
[external/ragel.git] / ragel / common.h
index 0f0cf1b..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 /* _COMMON_H */
+#endif