Remove Option::OutputHHBC and Option::SystemGen

Esse commit está contido em:
mwilliams
2013-03-18 19:17:43 -07:00
commit de Sara Golemon
commit cbf041b01b
18 arquivos alterados com 19 adições e 175 exclusões
+1 -1
Ver Arquivo
@@ -136,5 +136,5 @@ void FunctionStatement::outputPHP(CodeGenerator &cg, AnalysisResultPtr ar) {
}
bool FunctionStatement::hasImpl() const {
return getFunctionScope()->isVolatile() || Option::OutputHHBC;
return true;
}