]> code.citadel.org Git - citadel.git/commitdiff
Removed an unused variable
authorArt Cancro <ajc@citadel.org>
Sat, 7 Jul 2007 15:01:16 +0000 (15:01 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 7 Jul 2007 15:01:16 +0000 (15:01 +0000)
citadel/stress.c

index 4e0761f570f9e5c04cc1bdbc626e8949b4728d17..f092aa4abeaf23c47cd503858ec2f74d6feb8c66 100644 (file)
@@ -127,7 +127,6 @@ void* worker(void* data)
        int argc_;
        char** argv_;
        long tmin = LONG_MAX, trun = 0, tmax = LONG_MIN;
-       int subject_required;
 
        args = (void*)data;
        argc_ = (int)args[0];