mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-02 00:06:19 +00:00
Update vendor (#852)
This commit is contained in:
9
vendor/github.com/d5/tengo/script/script.go
generated
vendored
9
vendor/github.com/d5/tengo/script/script.go
generated
vendored
@ -183,12 +183,3 @@ func (s *Script) prepCompile() (symbolTable *compiler.SymbolTable, globals []obj
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func (s *Script) copyVariables() map[string]*Variable {
|
||||
vars := make(map[string]*Variable)
|
||||
for n, v := range s.variables {
|
||||
vars[n] = v
|
||||
}
|
||||
|
||||
return vars
|
||||
}
|
||||
|
Reference in New Issue
Block a user