Explorar el Código

remove critical bug

Nicolas Winkler hace 6 años
padre
commit
f2585ed7ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Driver.cpp

+ 1 - 1
src/Driver.cpp

@@ -254,7 +254,7 @@ bool Driver::semanticStage(void)
 {
     Printer& printer = Printer::getInstance();
     bool errorOccurred = false;
-    #error YOU SHALL BE ASSIMILATED INTO SPARKLING UNIVERSE DUST
+
     try {
         std::tie(this->context, this->semClasses) = qlow::sem::createFromAst(*this->ast);
     }