mirror of https://github.com/python/cpython
Remove include-file-dependant half-prototype of clnt_create().
This commit is contained in:
parent
a07d37f1fc
commit
76b642d28a
|
@ -266,9 +266,6 @@ extern int lstat(const char *, struct stat *);
|
|||
extern int symlink(const char *, const char *);
|
||||
extern int fsync(int fd);
|
||||
|
||||
/* From Modules/nismodule.c */
|
||||
CLIENT *clnt_create();
|
||||
|
||||
#endif /* 0 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue