1
0
Fork 0

removed unused method

This commit is contained in:
Jan Steemann 2015-03-03 15:01:16 +01:00
parent 6d016abc3b
commit 04e2acb591
1 changed files with 0 additions and 9 deletions

View File

@ -470,15 +470,6 @@ namespace triagens {
// --SECTION-- public methods
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @brief appends eol character
////////////////////////////////////////////////////////////////////////////////
StringBuffer& appendEol () {
TRI_AppendCharStringBuffer(&_buffer, '\n');
return *this;
}
////////////////////////////////////////////////////////////////////////////////
/// @brief appends character
////////////////////////////////////////////////////////////////////////////////