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 // External variables
extVars map[ast.Identifier]potentialValue extVars map[ast.Identifier]potentialValue
// The clean environment in which we execute imports, extVars as well // A part of std object common to all files
// as the main program. It contains std.
//initialEnv environment
baseStd valueObject baseStd valueObject
// Keeps imports // Keeps imports