remove bad item

master
Joey Hess 2009-05-16 16:45:11 -04:00
parent 52b7584701
commit aca5479a3a
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ account all comments above (which doesn't mean it is above reproach :) ). --[[W
> Very belated code review of last version of the patch:
>
> * `is_globlist` is no longer needed
> * `pagespec_translate` is already memoized, so the explicit call
> to memoize when handling a define seems unnecessary?
> * I don't understand why the pagespec match regexp is changed
> from having flags `igx` to `ixgs`. Don't see why you
> want `.` to match '\n` in it, and don't see any `.` in the regexp