input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx
This commit is contained in:
@@ -47,9 +47,6 @@ public:
|
||||
* @return a pointer to the line, or nullptr on end-of-file or error
|
||||
*/
|
||||
char *ReadLine();
|
||||
|
||||
private:
|
||||
char *ReadBufferedLine();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user