Nicolas Winkler 6 年之前
父节点
当前提交
e940291ab9
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/Mangling.cpp

+ 1 - 2
src/Mangling.cpp

@@ -1,12 +1,11 @@
 #include "Mangling.h"
-#include "sem/Semanic.h"
+//#include "Semantic.h"
 
 using qlow::Mangler;
 
 
 std::string Mangler::mangle(const qlow::sem::Method& method)
 {
-    method.
 }