From: David Lawrence Ramsey Date: Tue, 9 Jan 2007 23:42:34 +0000 (+0000) Subject: more miscellaneous comment fixes X-Git-Tag: v2.0.3~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9eaa50d69cab1f32b6ad2d3c912a07cff7e2fd20;p=nano.git more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/search.c b/src/search.c index c4aa214e..52a30275 100644 --- a/src/search.c +++ b/src/search.c @@ -39,8 +39,6 @@ static bool history_changed = FALSE; static bool regexp_compiled = FALSE; /* Have we compiled any regular expressions? */ -/* Regular expression helper functions. */ - /* Compile the regular expression regexp to see if it's valid. Return * TRUE if it is, or FALSE otherwise. */ bool regexp_init(const char *regexp)