2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Boost Jam code cleanup - removed an unused global variable in the execunix.c module.

[SVN r79050]
This commit is contained in:
Jurko Gospodnetić
2012-06-24 10:31:48 +00:00
parent e101463453
commit e0a2ffe343

View File

@@ -58,7 +58,6 @@
*/
static clock_t tps;
static struct timeval tv;
static int select_timeout;
static int intr;
static int cmdsrunning;