diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pyport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 1bd1873..852efb8 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -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 */ |