mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
cmGeneratedFileStream: Drop unused WriteRaw method
It has been superseded by `WriteAltEncoding`.
This commit is contained in:
@@ -152,14 +152,4 @@ public:
|
||||
* Afterward, the original encoding is restored.
|
||||
*/
|
||||
void WriteAltEncoding(std::string const& data, Encoding encoding);
|
||||
|
||||
/**
|
||||
* Writes the given string directly to the file without changing the
|
||||
* encoding.
|
||||
*/
|
||||
void WriteRaw(std::string const& data);
|
||||
|
||||
private:
|
||||
// The original locale of the stream (performs no encoding conversion).
|
||||
std::locale OriginalLocale;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user