From 6ecd7347575c588ba469e3035ae5ea550a3ecc4d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 5 Nov 2014 18:33:04 -0500 Subject: [PATCH] ck_epoch: Remove unnecessary keyword. --- regressions/ck_epoch/validate/ck_epoch_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regressions/ck_epoch/validate/ck_epoch_call.c b/regressions/ck_epoch/validate/ck_epoch_call.c index 9219ddd..dc501fd 100644 --- a/regressions/ck_epoch/validate/ck_epoch_call.c +++ b/regressions/ck_epoch/validate/ck_epoch_call.c @@ -49,7 +49,7 @@ cb(ck_epoch_entry_t *p) int main(void) { - static ck_epoch_entry_t entry; + ck_epoch_entry_t entry; ck_epoch_register(&epoch, &record[0]); ck_epoch_register(&epoch, &record[1]);