summaryrefslogtreecommitdiff
path: root/filedef.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
committerPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
commite9476b73673d61634f349c45aadf4984dcee282e (patch)
tree2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /filedef.h
parent1200b07866d19c9959e88e0054728453a1264611 (diff)
downloadmake-e9476b73673d61634f349c45aadf4984dcee282e.tar.gz
* More updates and fixes.
Diffstat (limited to 'filedef.h')
-rw-r--r--filedef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/filedef.h b/filedef.h
index 5743d6a8..68c72dea 100644
--- a/filedef.h
+++ b/filedef.h
@@ -94,13 +94,6 @@ struct file
considered on current scan of goal chain */
};
-/* Number of intermediate files entered. */
-
-extern unsigned int num_intermediates;
-
-/* Current value for pruning the scan of the goal chain (toggle 0/1). */
-
-extern unsigned int considered;
extern struct file *default_goal_file, *suffix_file, *default_file;