Skip to content

Commit

Permalink
lib: Remove ostream-escaped
Browse files Browse the repository at this point in the history
It can't implement o_stream_get_buffer_avail_size() correctly with its
current API. Nothing uses it currently, so easier to just remove it
entirely.
  • Loading branch information
sirainen authored and villesavolainen committed Mar 13, 2018
1 parent dafdbfd commit d941f9c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 251 deletions.
3 changes: 0 additions & 3 deletions src/lib/Makefile.am
Expand Up @@ -119,7 +119,6 @@ liblib_la_SOURCES = \
numpack.c \
ostream.c \
ostream-buffer.c \
ostream-escaped.c \
ostream-failure-at.c \
ostream-file.c \
ostream-hash.c \
Expand Down Expand Up @@ -272,7 +271,6 @@ headers = \
nfs-workarounds.h \
numpack.h \
ostream.h \
ostream-escaped.h \
ostream-failure-at.h \
ostream-file-private.h \
ostream-hash.h \
Expand Down Expand Up @@ -388,7 +386,6 @@ test_lib_SOURCES = \
test-net.c \
test-numpack.c \
test-ostream-buffer.c \
test-ostream-escaped.c \
test-ostream-failure-at.c \
test-ostream-file.c \
test-ostream-multiplex.c \
Expand Down
132 changes: 0 additions & 132 deletions src/lib/ostream-escaped.c

This file was deleted.

27 changes: 0 additions & 27 deletions src/lib/ostream-escaped.h

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/test-lib.inc
Expand Up @@ -61,7 +61,6 @@ TEST(test_murmurhash3)
TEST(test_net)
TEST(test_numpack)
TEST(test_ostream_buffer)
TEST(test_ostream_escaped)
TEST(test_ostream_failure_at)
TEST(test_ostream_file)
TEST(test_ostream_multiplex)
Expand Down
88 changes: 0 additions & 88 deletions src/lib/test-ostream-escaped.c

This file was deleted.

0 comments on commit d941f9c

Please sign in to comment.