summaryrefslogtreecommitdiff
path: root/riscos/save_complete.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:22:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-29 00:22:20 +0000
commitf0432b9f7b640ffcbfbfbe60643bd3f61f37c903 (patch)
tree50398b04302af4e1f2fde6a474ab5b1ec3f33f2e /riscos/save_complete.c
parenta96fe992abf58fccb78263da3d7f2a68d2352d95 (diff)
downloadnetsurf-f0432b9f7b640ffcbfbfbe60643bd3f61f37c903.tar.gz
netsurf-f0432b9f7b640ffcbfbfbe60643bd3f61f37c903.tar.bz2
Purge WITH_SAVE_COMPLETE
svn path=/trunk/netsurf/; revision=6979
Diffstat (limited to 'riscos/save_complete.c')
-rw-r--r--riscos/save_complete.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/riscos/save_complete.c b/riscos/save_complete.c
index d03663ac8..0e9e3845d 100644
--- a/riscos/save_complete.c
+++ b/riscos/save_complete.c
@@ -22,7 +22,6 @@
*/
#include "utils/config.h"
-#ifdef WITH_SAVE_COMPLETE
#define _GNU_SOURCE /* for strndup */
#include <assert.h>
@@ -755,5 +754,3 @@ bool save_complete_inventory(const char *path)
return true;
}
-
-#endif