aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fallback.cpp')
-rw-r--r--src/fallback.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/fallback.cpp b/src/fallback.cpp
index 6b4b8b0a..7c5f84d2 100644
--- a/src/fallback.cpp
+++ b/src/fallback.cpp
@@ -1207,20 +1207,6 @@ int killpg(int pgr, int sig)
}
#endif
-#ifndef HAVE_WORKING_GETOPT_LONG
-
-int getopt_long(int argc,
- char * const argv[],
- const char *optstring,
- const struct option *longopts,
- int *longindex)
-{
- return getopt(argc, argv, optstring);
-}
-
-
-#endif
-
#ifndef HAVE_BACKTRACE
int backtrace(void **buffer, int size)
{