From 28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 17 Feb 2010 13:06:51 -0500 Subject: Remove the old performance monitoring code. --- main.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index c3769bae..6c5b9e8c 100644 --- a/main.cxx +++ b/main.cxx @@ -554,7 +554,6 @@ main (int argc, char * const argv []) s.keep_tmpdir = false; s.cmd = ""; s.target_pid = 0; - s.perfmon=0; s.symtab = false; s.use_cache = true; s.use_script_cache = true; -- cgit