Get rid of unused trivial wrapper routine.

svn path=/trunk/; revision=53403
This commit is contained in:
Guy Harris 2013-11-18 00:51:22 +00:00
parent 061831b3db
commit 67d4aaaa10
2 changed files with 0 additions and 10 deletions

View File

@ -1889,13 +1889,6 @@ get_plugins_pers_dir(void)
return get_persconffile_path(PLUGINS_DIR_NAME, FALSE);
}
/* Delete a file */
gboolean
deletefile(const char *path)
{
return ws_unlink(path) == 0;
}
/*
* Return an error message for UNIX-style errno indications on open or
* create operations.

View File

@ -266,9 +266,6 @@ WS_DLL_PUBLIC int test_for_directory(const char *);
*/
WS_DLL_PUBLIC int test_for_fifo(const char *);
/* Delete a file */
WS_DLL_PUBLIC gboolean deletefile (const char *path);
/*
* Check, if file is existing.
*/