Skip to content

Commit

Permalink
Remove dead code for CURL_DISABLE_RTMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnason-nf committed Aug 15, 2017
1 parent adc35a4 commit 2eba2c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/curl_config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions lib/curl_setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eba2c3

Please sign in to comment.