From e0a2ffe34386f3df16bc7a81eb7b0c6cf690b9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 24 Jun 2012 10:31:48 +0000 Subject: [PATCH] Boost Jam code cleanup - removed an unused global variable in the execunix.c module. [SVN r79050] --- v2/engine/execunix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/engine/execunix.c b/v2/engine/execunix.c index 46505f73f..362b910e6 100644 --- a/v2/engine/execunix.c +++ b/v2/engine/execunix.c @@ -58,7 +58,6 @@ */ static clock_t tps; -static struct timeval tv; static int select_timeout; static int intr; static int cmdsrunning;