From c16263dc9ff6230bd148e39431e9c5e059a674a7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 21 Apr 2010 16:31:33 -0700 Subject: ext: eliminate unused variable --- ext/clogger_ext/clogger.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext') diff --git a/ext/clogger_ext/clogger.c b/ext/clogger_ext/clogger.c index 8d3bce8..cd0998e 100644 --- a/ext/clogger_ext/clogger.c +++ b/ext/clogger_ext/clogger.c @@ -105,7 +105,6 @@ static VALUE g_rack_errors; static VALUE g_rack_input; static VALUE g_rack_multithread; static VALUE g_dash; -static VALUE g_empty; static VALUE g_space; static VALUE g_question_mark; static VALUE g_rack_request_cookie_hash; @@ -813,7 +812,6 @@ void Init_clogger_ext(void) CONST_GLOBAL_STR2(rack_input, "rack.input"); CONST_GLOBAL_STR2(rack_multithread, "rack.multithread"); CONST_GLOBAL_STR2(dash, "-"); - CONST_GLOBAL_STR2(empty, ""); CONST_GLOBAL_STR2(space, " "); CONST_GLOBAL_STR2(question_mark, "?"); CONST_GLOBAL_STR2(rack_request_cookie_hash, "rack.request.cookie_hash"); -- cgit v1.2.3-24-ge0c7