Remove commented out code

This commit is contained in:
Stanisław Barzowski 2017-10-02 18:15:09 -04:00 committed by Dave Cunningham
parent 774715b3cf
commit 94797696a9

View File

@ -201,10 +201,7 @@ type interpreter struct {
// External variables
extVars map[ast.Identifier]potentialValue
// The clean environment in which we execute imports, extVars as well
// as the main program. It contains std.
//initialEnv environment
// A part of std object common to all files
baseStd valueObject
// Keeps imports