remove (unnecessary) c++ style comments (ITS#2908)

This commit is contained in:
Pierangelo Masarati 2004-01-08 16:20:32 +00:00
parent 57a7682f40
commit fde8af364d

View file

@ -189,9 +189,7 @@ rewrite_rule_compile(
/* cleanup ... */
return REWRITE_ERR;
}
//mode &= ~REWRITE_RECURSE;
//mode |= REWRITE_EXEC_ONCE;
action->la_type = REWRITE_ACTION_STOP;
break;