s3-lib: Remove unused pid_path()
[ab/samba.git/.git] / source3 / lib / util.c
index b783c7e9c94e9b72a00ea80a64e9f326ddeef300..4ae872aa3b8b086102c425969a0315a31bc52f37 100644 (file)
@@ -1555,19 +1555,6 @@ char *lock_path(const char *name)
        return xx_path(name, lp_lockdir());
 }
 
-/**
- * @brief Returns an absolute path to a file in the Samba pid directory.
- *
- * @param name File to find, relative to PIDDIR.
- *
- * @retval Pointer to a talloc'ed string containing the full path.
- **/
-
-char *pid_path(const char *name)
-{
-       return xx_path(name, lp_piddir());
-}
-
 /**
  * @brief Returns an absolute path to a file in the Samba state directory.
  *