Removed declarations of err_badargs [sic] and err_nomem.

This commit is contained in:
Guido van Rossum 1990-10-14 20:03:07 +00:00
parent 68c35d01d6
commit 0539ba2c74
1 changed files with 0 additions and 2 deletions

View File

@ -7,5 +7,3 @@ struct methodlist {
extern object *findmethod PROTO((struct methodlist *, object *, char *));
extern object *initmodule PROTO((char *, struct methodlist *));
extern int err_badargs PROTO((void));
extern object *err_nomem PROTO((void));