diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-04-10 12:45:14 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2020-04-10 16:38:25 +0200 |
commit | a7dc2d1467f20cc52783cc47f458c7bf7f3376a6 (patch) | |
tree | 36b090f8e17742f959283fb4d43e6c00d3d77eb5 /test/Makefile.am | |
parent | 28a9c4dc05646f32883387bd071ac79e853044d5 (diff) |
kill IoUtil - obsolete & unused.
The switch away from LOOLWebSocket and the use of a websocket
for talking to forkit removes the need for the pipe code.
Change-Id: Ifb0c6c88681289e7a1709d9bc3281532935c7be4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92033
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ece956950..c3614c1d5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -58,7 +58,6 @@ AM_CPPFLAGS = -pthread -I$(top_srcdir) -DBUILDING_TESTS -DLOK_ABORT_ON_ASSERTION wsd_sources = \ ../common/FileUtil.cpp \ - ../common/IoUtil.cpp \ ../common/Protocol.cpp \ ../common/SpookyV2.cpp \ ../common/Util.cpp \ |