diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:29:33 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-13 10:29:33 +0200 |
commit | db99547e5ac10c303a175f15733036183ab8af09 (patch) | |
tree | f015fdfe0dab59f0f4f773a7308e2d970ea69907 /src/Makefile.am | |
parent | 7ef7f4a85a8e130c2910b6be8dc66fcde6c5a74d (diff) |
Revert "UDP support"
This reverts commit 9ba8f9a503d69b891fae38628e0038f49ed5b8a4.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9ed62b1..1daee23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,8 +78,6 @@ libxs_la_SOURCES = \ tcp_listener.hpp \ thread.hpp \ topic_filter.hpp \ - udp_receiver.hpp \ - udp_sender.hpp \ upoll.hpp \ windows.hpp \ wire.hpp \ @@ -140,8 +138,6 @@ libxs_la_SOURCES = \ tcp_listener.cpp \ thread.cpp \ topic_filter.cpp \ - udp_receiver.cpp \ - udp_sender.cpp \ upoll.cpp \ xpub.cpp \ xrep.cpp \ |