oops debug code.
authorPierre Habouzit <madcoder@debian.org>
Thu, 14 Dec 2006 00:07:09 +0000 (01:07 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 14 Dec 2006 00:07:09 +0000 (01:07 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
rcparser.y

index c2f1567..ca0bd6d 100644 (file)
@@ -196,12 +196,7 @@ rclines ::= .
 rclines ::= rclines rcline .
 
 rcline ::= ALTERNATIVE_ORDER simple_list(L) to_eol . {
-    string_list_t *l;
     string_list_append(&AlternativeOrderList, string_list_rev(L));
-    printf("toto\n");
-    for (l = AlternativeOrderList; l; l = l->next) {
-        printf("%s\n", l->data);
-    }
 }
 rcline ::= AUTO_VIEW         simple_list(L) to_eol . {
     string_list_append(&AutoViewList, string_list_rev(L));