Adding additional tests for namespace.
[awesomized/libmemcached] / libmemcached / options / parser.yy
index 81415226e82e002e49b947de5645abd11df9b3f9..f9d1f1e2a5d72cd1dd978b2612e0ba9224db68a3 100644 (file)
@@ -446,10 +446,6 @@ string:
         | QUOTED_STRING
           {
             $$= $1;
-            #if 0
-            $$.c_str= $1.c_str +1; // +1 to move use passed the initial quote
-            $$.size= $1.size -2; // -2 removes the begin and end quote
-            #endif
           }
         ;