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/curl_config.h.cmake | |
parent | ab2a7079cd2a1ec279b1e6b587ba48e50c155e91 (diff) | |
download | curl-0969901eb9a2efb9f204a48c2538925d27944444.tar.gz |
cmake: remove dead code for CURL_DISABLE_RTMP
Closes #1785
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 0 insertions, 3 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 |