Bläddra i källkod

fix: Remove superfluous parameter

Matthias Ladkau 5 år sedan
förälder
incheckning
cfa89a6c39
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.