mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove a stale comment about const
This commit is contained in:
parent
96e688ea91
commit
28837a8b30
1 changed files with 0 additions and 4 deletions
|
@ -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
|
`flag' field is nonzero, the value of the option's `val' field
|
||||||
if the `flag' field is zero.
|
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
|
LONGOPTS is a vector of `struct option' terminated by an
|
||||||
element containing a name which is zero.
|
element containing a name which is zero.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue