Remove unimplemented & unused functions from header files.

All of these functions were defined in header files without ever being
implemented or used.
This commit is contained in:
Johanna Amann 2018-03-16 18:38:04 -07:00
parent 911018347f
commit 1f2bf50b49
19 changed files with 0 additions and 61 deletions

View file

@ -138,19 +138,6 @@ public:
*/
void Rotate(const char* rotated_path, double open, double close, bool terminating);
/**
* Finalizes writing to this tream.
*
* This method generates a message to the backend writer and triggers
* the corresponding message there. If the backend method fails, it
* sends a message back that will asynchronously call Disable().
*
* This method must only be called from the main thread.
*
* @param network_time The network time when the finish was triggered.
*/
void Finish(double network_time);
/**
* Explicitly triggers a transfer of all potentially buffered Write()
* operations over to the backend.