Revert "added option to FastWriter which omits the trailing new line character"

This reverts commit 5bf16105b5.
This commit is contained in:
Christopher Dunn
2015-01-29 11:49:37 -06:00
parent e6ba425a73
commit e1ed392e7c
2 changed files with 2 additions and 9 deletions

View File

@@ -160,8 +160,6 @@ public:
*/
void dropNullPlaceholders();
void omitEndingLineFeed();
public: // overridden from Writer
virtual std::string write(const Value& root);
@@ -171,7 +169,6 @@ private:
std::string document_;
bool yamlCompatiblityEnabled_;
bool dropNullPlaceholders_;
bool omitEndingLineFeed_;
};
/** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a