|
From: <kin...@us...> - 2025-09-22 20:29:21
|
Revision: 7466
http://sourceforge.net/p/teem/code/7466
Author: kindlmann
Date: 2025-09-22 20:29:18 +0000 (Mon, 22 Sep 2025)
Log Message:
-----------
removing historical comment about a function hestMinNumArgs that's going away
Modified Paths:
--------------
teem/trunk/src/unrrdu/privateUnrrdu.h
Modified: teem/trunk/src/unrrdu/privateUnrrdu.h
===================================================================
--- teem/trunk/src/unrrdu/privateUnrrdu.h 2025-09-22 10:01:30 UTC (rev 7465)
+++ teem/trunk/src/unrrdu/privateUnrrdu.h 2025-09-22 20:29:18 UTC (rev 7466)
@@ -231,24 +231,6 @@
}
/*
-
-I nixed this because it meant unu invocations with only a
-few args (less than hestMinNumArgs()), which were botched
-because they were missing options, were not being described
-in the error messages.
-
-**
-** NB: below is an unidiomatic use of hestMinNumArgs(), because of
-** how unu's main invokes the "main" function of the different
-** commands. Normally the comparison is with argc-1, or argc-2
-** the case of cvs/svn-like commands.
-
-
-if ( (hparm->respFileEnable && !argc) || \
- (!hparm->respFileEnable && argc < hestMinNumArgs(opt)) ) { \
-*/
-
-/*
** NOTE: of all places it is inside the PARSE() macro that the
** "quiet-quit" functionality is implemented; this is defensible
** because all unu commands use PARSE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|