diff options
Diffstat (limited to 'Include/ceval.h')
-rw-r--r-- | Include/ceval.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/ceval.h b/Include/ceval.h index a6948f1..1c830c3 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -35,7 +35,6 @@ object *call_object PROTO((object *, object *)); object *getglobals PROTO((void)); object *getlocals PROTO((void)); object *getowner PROTO((void)); -void mergelocals PROTO((void)); void printtraceback PROTO((object *)); void flushline PROTO((void)); |