You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/23 18:37:22 UTC

[lucy-commits] svn commit: r1138972 - /incubator/lucy/trunk/clownfish/src/CFCDumpable.c

Author: marvin
Date: Thu Jun 23 16:37:22 2011
New Revision: 1138972

URL: http://svn.apache.org/viewvc?rev=1138972&view=rev
Log:
Remove unused var.

Modified:
    incubator/lucy/trunk/clownfish/src/CFCDumpable.c

Modified: incubator/lucy/trunk/clownfish/src/CFCDumpable.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/src/CFCDumpable.c?rev=1138972&r1=1138971&r2=1138972&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/src/CFCDumpable.c (original)
+++ incubator/lucy/trunk/clownfish/src/CFCDumpable.c Thu Jun 23 16:37:22 2011
@@ -355,7 +355,6 @@ S_process_load_member(CFCClass *klass, C
     unsigned name_len = (unsigned)strlen(name);
     char extraction[200];
     const char *specifier = CFCType_get_specifier(type);
-    size_t specifier_len = strlen(specifier);
 
     // Skip the VTable and the refcount/host-object.
     if (strcmp(specifier, "lucy_VTable") == 0