summaryrefslogtreecommitdiffstats
path: root/courgette/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/streams.h')
-rw-r--r--courgette/streams.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/courgette/streams.h b/courgette/streams.h
index 2fb824f..3309571 100644
--- a/courgette/streams.h
+++ b/courgette/streams.h
@@ -199,8 +199,6 @@ class SinkStreamSet {
// stream or file. The serialized format may be re-read by initializing a
// SourceStreamSet with a buffer containing the data.
bool CopyTo(SinkStream* combined_stream);
- bool CopyToFile(FILE* file);
- bool CopyToFileDescriptor(int file_descriptor);
// Writes the streams of |set| into the corresponding streams of |this|.
// Stream zero first has some metadata written to it. |set| becomes retired.