gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 09/256: cmake: remove dead code for CURL_DISABLE_RT


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 09/256: cmake: remove dead code for CURL_DISABLE_RTMP
Date: Fri, 06 Oct 2017 19:41:40 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 0969901eb9a2efb9f204a48c2538925d27944444
Author: Benbuck Nason <address@hidden>
AuthorDate: Tue Aug 15 08:20:49 2017 -0700

    cmake: remove dead code for CURL_DISABLE_RTMP
    
    Closes #1785
---
 lib/curl_config.h.cmake | 3 ---
 lib/curl_setup.h        | 3 ---
 2 files changed, 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]