mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 17:31:02 +02:00
Remove commented out code
This commit is contained in:
parent
774715b3cf
commit
94797696a9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user