]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: remove dead code for CURL_DISABLE_RTMP
authorBenbuck Nason <bnason@netflix.com>
Tue, 15 Aug 2017 15:20:49 +0000 (08:20 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Aug 2017 16:50:21 +0000 (18:50 +0200)
Closes #1785

lib/curl_config.h.cmake
lib/curl_setup.h

index c1452b3e7203583a2c3910d8db1e3a1287765e89..a0241cf329ab33b6a820a4b2a59b510fc4720583 100644 (file)
@@ -51,9 +51,6 @@
 /* to disable RTSP */
 #cmakedefine CURL_DISABLE_RTSP 1
 
-/* to disable RTMP */
-#cmakedefine CURL_DISABLE_RTMP 1
-
 /* to disable SMB */
 #cmakedefine CURL_DISABLE_SMB 1
 
index 4a3b85c4509db8fccf05583473d834b0d0368cdf..95500beacb809691c4f0821bca814cd7fbe303b5 100644 (file)
 #  ifndef CURL_DISABLE_SMTP
 #    define CURL_DISABLE_SMTP
 #  endif
-#  ifndef CURL_DISABLE_RTMP
-#    define CURL_DISABLE_RTMP
-#  endif
 #  ifndef CURL_DISABLE_GOPHER
 #    define CURL_DISABLE_GOPHER
 #  endif