Explorar o código

fix: Remove superfluous parameter

Matthias Ladkau %!s(int64=5) %!d(string=hai) anos
pai
achega
cfa89a6c39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lang/ecal/parser/runtime.go

+ 1 - 1
lang/ecal/parser/runtime.go

@@ -53,7 +53,7 @@ type Scope interface {
 	/*
 	   Parent returns the parent scope or nil.
 	*/
-	Parent(name string) Scope
+	Parent() Scope
 
 	/*
 	   SetValue sets a new value for a variable.