Commit da46ffed authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

zeromq: remove unneeded patch after version bump

Commit b3c525b8 has bumped zeromq to
version 2.3.4, which makes the patch
zeromq-0001-test-collect-delay-end-of-line.patch unneeded since it has
been merged upstream.

Fixes:

  http://autobuild.buildroot.org/results/e8c/e8c8ba8c31fd081c34c8772790d4c581eb3ec3ed/build-end.log



Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 1fe1165e
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
test_connect_delay: add missing newline at end of file

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Backported-from: https://github.com/zeromq/zeromq3-x/commit/143ae519b4a325bb68d29e6f7e00cb98a440dd12

diff --git a/tests/test_connect_delay.cpp b/tests/test_connect_delay.cpp
--- a/tests/test_connect_delay.cpp
+++ b/tests/test_connect_delay.cpp
@@ -257,4 +257,4 @@ int main (void)
     
     rc = zmq_ctx_destroy(context2);
     assert (rc == 0);
-}
\ No newline at end of file
+}