diff --git a/Include/objimpl.h b/Include/objimpl.h index 1cf1849e401563..18de355135c1a3 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -46,5 +46,3 @@ extern varobject *newvarobject PROTO((typeobject *, unsigned int)); #define NEWOBJ(type, typeobj) ((type *) newobject(typeobj)) #define NEWVAROBJ(type, typeobj, n) ((type *) newvarobject(typeobj, n)) - -extern int StopPrint; /* Set when printing is interrupted */