diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 6ad0a82f5c..7527e04e67 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -535,7 +535,6 @@ void *smb_xmalloc_array(size_t size, unsigned int count); char *myhostname(void); char *myhostname_upper(void); char *lock_path(const char *name); -char *pid_path(const char *name); char *state_path(const char *name); char *cache_path(const char *name); bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent, |