aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/src/c_lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/src/c_lexer.cpp')
-rw-r--r--c_parser/src/c_lexer.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/c_parser/src/c_lexer.cpp b/c_parser/src/c_lexer.cpp
deleted file mode 100644
index e01d73f..0000000
--- a/c_parser/src/c_lexer.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "c_lexer.hpp"
-
-std::string toJson(const std::string& classType, const std::string& text, const std::string& strLine, const std::string& srcCol, const std::string& srcLine, const std::string& fName) {
- std::string tmp = "{\"Class\":\"" + classType + "\", \"Text\":\"" + text + "\", \"StreamLine\":" + strLine + ", \"SourceFile\":\"" + fName + "\", \"SourceLine\":" + srcLine + ", \"SourceCol\":" + srcCol + "}";
-
- return tmp;
-}