aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-10 11:37:26 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-10 11:37:26 -0800
commit28837a8b30c4ebc6dd7965190f27f419464a68e0 (patch)
treedb2ff2b292019674d79ec5a779620e84ff7d668b /src/wgetopt.cpp
parent96e688ea91da977ff0f8d82b798a69c79fdecdd7 (diff)
Remove a stale comment about const
Diffstat (limited to 'src/wgetopt.cpp')
-rw-r--r--src/wgetopt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp
index 2129d1b5..2fe52f62 100644
--- a/src/wgetopt.cpp
+++ b/src/wgetopt.cpp
@@ -280,10 +280,6 @@ const wchar_t * wgetopter_t::_wgetopt_initialize(const wchar_t *optstring)
`flag' field is nonzero, the value of the option's `val' field
if the `flag' field is zero.
- The elements of ARGV aren't really const, because we permute them.
- But we pretend they're const in the prototype to be compatible
- with other systems.
-
LONGOPTS is a vector of `struct option' terminated by an
element containing a name which is zero.