From c27027cd2eeebfa63c084e746c7da46c952fb255 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 17 Nov 2014 15:48:23 +0100 Subject: Merge all redo-*.c files into redo.c. The resulting redo binary behaves differently if called with each respective redo-* name, and is symlinked to the different command names. This should reduce the memory footprint of a redo build, as the OS only needs to keep one copy of the redo code in memory. --- src/build.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/build.h') diff --git a/src/build.h b/src/build.h index 0eae0f3..2111b82 100644 --- a/src/build.h +++ b/src/build.h @@ -14,6 +14,5 @@ extern void add_dep(const char *target, const char *parent, int ident); extern int update_target(const char *target, int ident); extern void build_target(const char *target); -extern bool environment_sane(); #endif -- cgit v1.2.3-70-g09d2