Removed ununused directive
This commit is contained in:
@@ -18,9 +18,7 @@ void EvaluationScope::CreateVariable(int scope, int id, shared_ptr<EvalValue> va
|
||||
|
||||
void EvaluationScope::SetVariable(int scope, int id, shared_ptr<EvalValue> value) {
|
||||
if (scope == 0){
|
||||
#if defined(__GNUC__)
|
||||
_scriptScope->at(id) = value;
|
||||
#endif
|
||||
} else{
|
||||
_localScope[scope - 1][id] = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user