From: Rick L Bird Date: Fri, 6 May 2011 19:04:06 +0000 (-0400) Subject: Removed TODO message in funlist.c X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=d99c91255128e9b8892d6354b96d8cb3a29ab856;p=cobramush.git Removed TODO message in funlist.c --- diff --git a/src/funlist.c b/src/funlist.c index 907f871..065a015 100644 --- a/src/funlist.c +++ b/src/funlist.c @@ -2821,7 +2821,6 @@ FUNCTION(fun_table) /* string, regexp, replacement string. Acts like sed or perl's s///g, //with an ig version */ -/* TODO: Grab full function out of penn source */ FUNCTION(fun_regreplace) { pcre *re;