From 3bfba57f5b2d89a5022fac932e46ca467a4b9f26 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 5 Oct 2007 10:36:53 +0000 Subject: Punt rc_rm_dir --- src/rc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/rc.h') diff --git a/src/rc.h b/src/rc.h index 82b24ce2..6d0a127e 100644 --- a/src/rc.h +++ b/src/rc.h @@ -438,10 +438,4 @@ char *rc_strcatpaths (const char *path1, const char *paths, ...) SENTINEL; * @return true if it matches true, yes or 1, false if otherwise. */ bool rc_env_bool (const char *variable); -/*! Remove a directory - * @param pathname to remove - * @param top remove the top level directory too - * @return true if successful, otherwise false */ -bool rc_rm_dir (const char *pathname, bool top); - #endif -- cgit v1.2.3