From 9eaa50d69cab1f32b6ad2d3c912a07cff7e2fd20 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 9 Jan 2007 23:42:34 +0000 Subject: [PATCH] more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/search.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5