summaryrefslogtreecommitdiffhomepage
path: root/cpp.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-14 15:24:23 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-14 15:24:23 +0100
commit15a56fcb5f29b8507298144a835a819de652e788 (patch)
tree1527d3d5996389f00f9f0afa2a4fa1122a794830 /cpp.h
parent6fcfe0a5cf8f53658e50e346076768eec229e695 (diff)
Prepare DFA
Diffstat (limited to 'cpp.h')
-rw-r--r--cpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp.h b/cpp.h
index 5ec43fb..724e08b 100644
--- a/cpp.h
+++ b/cpp.h
@@ -13,7 +13,6 @@ CPP();
~CPP();
std::string valueOfNode(index_t node_index, const std::vector<Gram::TreeNode>& Tree);
-static void PreprocessorTokensToTokens(std::vector<Token>& tokens); // obsolete
// phases of translation, according to standard
void source_charset_map(); // phase 1