diff options
author | Benbuck Nason <bnason@netflix.com> | 2017-08-15 08:20:49 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-15 18:50:21 +0200 |
commit | 0969901eb9a2efb9f204a48c2538925d27944444 (patch) | |
tree | 1181ebcafe671431e61b2f2f8726e06cd7043ce5 /lib | |
parent | ab2a7079cd2a1ec279b1e6b587ba48e50c155e91 (diff) |
cmake: remove dead code for CURL_DISABLE_RTMP
Closes #1785
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_config.h.cmake | 3 | ||||
-rw-r--r-- | lib/curl_setup.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index c1452b3e7..a0241cf32 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -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 diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 4a3b85c45..95500beac 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -185,9 +185,6 @@ # 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 |