From 5e56fe96bc5cf5c0b616dc0251dddebb7e480074 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 23 Jul 2017 20:36:32 +0100 Subject: [PATCH] 2017-07-23 James Youngman * locate/locate.c (search_one_database): Remove warning about support for slocate databases being new. --- locate/locate.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/locate/locate.c b/locate/locate.c index 14b18ad8..e4e9254e 100644 --- a/locate/locate.c +++ b/locate/locate.c @@ -1088,11 +1088,6 @@ search_one_database (int argc, nread, &slocate_seclevel)) { - error (0, 0, - _("%s is an slocate database. " - "Support for these is new, expect problems for now."), - quotearg_n_style (0, locale_quoting_style, procdata.dbfile)); - /* slocate also uses frcode, but with a different header. * We handle the header here and then work with the data * in the normal way.