aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_lexer.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-06 13:39:21 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-06 13:39:21 +0000
commitda44edd3b1cea6d0a767f6871cf286c6d83ed01c (patch)
tree06795860351be139a64d6f789b5cee19d4e2a490 /src/c_lexer.cpp
parenta96a4a8673d92c1fc82e40d9b9a48de017eeb827 (diff)
downloadCompiler-da44edd3b1cea6d0a767f6871cf286c6d83ed01c.tar.gz
Compiler-da44edd3b1cea6d0a767f6871cf286c6d83ed01c.zip
Completely done
Diffstat (limited to 'src/c_lexer.cpp')
-rw-r--r--src/c_lexer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/c_lexer.cpp b/src/c_lexer.cpp
index bc9c0de..e01d73f 100644
--- a/src/c_lexer.cpp
+++ b/src/c_lexer.cpp
@@ -5,8 +5,3 @@ std::string toJson(const std::string& classType, const std::string& text, const
return tmp;
}
-
-void updateSpaceCount(std::string inStr) {
- for(unsigned i = 0; i < inStr.size(); ++i)
- spaceCount++;
-}