aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-02 22:18:31 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-02 22:18:31 -0700
commit3f1fc332e7451187b1b9806f544bc8199fa412a8 (patch)
treec2090aced3f45f95370c06846021a631275777a5 /src/wgetopt.h
parentbbf0007c46994e89d8d78954b5a0419ee0a60435 (diff)
remove unused wgetopt() method found by linting
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index ad155870..794ccc65 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -147,7 +147,6 @@ public:
{
}
- int wgetopt(int argc, wchar_t **argv, const wchar_t *optstring);
int wgetopt_long(int argc, wchar_t **argv, const wchar_t *options, const struct woption *long_options, int *opt_index);
int wgetopt_long_only(int argc, wchar_t **argv, const wchar_t *options, const struct woption *long_options, int *opt_index);
};