summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-07 10:47:21 +0000
committerng0 <ng0@infotropique.org>2017-10-07 10:47:21 +0000
commit452d818d1e54b0ead52bd4fe1e994aab48bf96f7 (patch)
treef7e01802d2ae74f764e5836432788b202d001fe9
parentd7ce457c1b3c72fbc73cc18eab5b6b025f10ee8c (diff)
downloadgnurl-452d818d1e54b0ead52bd4fe1e994aab48bf96f7.tar.gz
gnurl-452d818d1e54b0ead52bd4fe1e994aab48bf96f7.tar.bz2
gnurl-452d818d1e54b0ead52bd4fe1e994aab48bf96f7.zip
Further merge cleanup, leftovers in lib/url.c (elif where none should be/end), src/Makefile.am (duplicate entry).
-rw-r--r--lib/url.c1
-rw-r--r--src/Makefile.am2
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/url.c b/lib/url.c
index 55884c982..1e56b7d87 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4525,7 +4525,6 @@ static CURLcode parseurlandfillconn(struct Curl_easy *data,
/* This cannot be made with strcpy, as the memory chunks overlap! */
memmove(path, ptr, strlen(ptr) + 1);
}
-#endif
#if !defined(MSDOS) && !defined(WIN32) && !defined(__CYGWIN__)
if(STARTS_WITH_DRIVE_PREFIX(path)) {
diff --git a/src/Makefile.am b/src/Makefile.am
index f436524bd..00cdfa84b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,8 +45,6 @@ bin_PROGRAMS = gnurl
SUBDIRS = ../docs
-SUBDIRS = ../docs
-
if USE_CPPFLAG_CURL_STATICLIB
AM_CPPFLAGS += -DCURL_STATICLIB
endif