From 1cc431c42fbeb6c46e3f3ba7c58c6aa15915c7cc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 2 Nov 2008 14:35:37 +0000 Subject: [PATCH] quiet gcc --- match.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/match.c b/match.c index 4691785df..914f8f3b2 100644 --- a/match.c +++ b/match.c @@ -421,8 +421,6 @@ command_matches(sudoers_cmnd, sudoers_args) * b) there are no args on command line and none required by sudoers OR * c) there are args in sudoers and on command line and they match * else return false. - * - * Could optimize patterns ending in "/*" to "/user_base" */ #define GLOB_FLAGS (GLOB_NOSORT | GLOB_MARK | GLOB_BRACE | GLOB_TILDE) if (glob(sudoers_cmnd, GLOB_FLAGS, NULL, &gl) != 0) { -- 2.40.0