From 28837a8b30c4ebc6dd7965190f27f419464a68e0 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 10 Feb 2016 11:37:26 -0800 Subject: [PATCH] Remove a stale comment about const --- src/wgetopt.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wgetopt.cpp b/src/wgetopt.cpp index 2129d1b5a..2fe52f626 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.