about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-21 16:31:33 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-21 16:31:33 -0700
commitc16263dc9ff6230bd148e39431e9c5e059a674a7 (patch)
tree06d48538223df3adec365e5fc2327477d9b93c6e /ext
parente142f2c5db4427be70d10d7e1316e139d08a7c3e (diff)
downloadclogger-c16263dc9ff6230bd148e39431e9c5e059a674a7.tar.gz
Diffstat (limited to 'ext')
-rw-r--r--ext/clogger_ext/clogger.c2
1 files changed, 0 insertions, 2 deletions
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");