OutStream: Remove unused prototypes

These prototypes are for functions that didn't make
the final cut and should have been removed before this
header was committed.

Signed-off-by: Anton Staaf <robotboy@chromium.org>

BRANCH=None
BUG=None
TEST=make buildall -j

Change-Id: I46726d20c25898681890caa95ad71500272fb7f6
Reviewed-on: https://chromium-review.googlesource.com/238753
Tested-by: Anton Staaf <robotboy@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Commit-Queue: Anton Staaf <robotboy@chromium.org>
Trybot-Ready: Anton Staaf <robotboy@chromium.org>
This commit is contained in:
Anton Staaf
2015-01-05 10:49:58 -08:00
committed by ChromeOS Commit Bot
parent 09ad65d4ad
commit e75c33e283

View File

@@ -72,9 +72,6 @@ size_t out_stream_write(struct out_stream const *stream,
uint8_t const *buffer,
size_t count);
void out_stream_flush(struct out_stream const *stream);
int out_stream_pause(struct out_stream const *stream);
int out_stream_resume(struct out_stream const *stream);
int out_stream_is_paused(struct out_stream const *stream);
void out_stream_ready(struct out_stream const *stream);
#endif /* INCLUDE_OUT_STREAM_H */