]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/tokenizer.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / tokenizer.hh
diff --git a/helm/DEVEL/mathml_editor/src/tokenizer.hh b/helm/DEVEL/mathml_editor/src/tokenizer.hh
deleted file mode 100644 (file)
index 06731b9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#ifndef __tokenzier_hh__
-#define __tokenzier_hh__
-
-#include <string>
-#include <vector>
-
-std::vector<TToken> tokenize(const std::string&);
-
-#endif // __tokenzier_hh__