mirror of https://gitee.com/bigwinds/arangodb
removed unused method
This commit is contained in:
parent
6d016abc3b
commit
04e2acb591
|
@ -470,15 +470,6 @@ namespace triagens {
|
||||||
// --SECTION-- public methods
|
// --SECTION-- public methods
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @brief appends eol character
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
StringBuffer& appendEol () {
|
|
||||||
TRI_AppendCharStringBuffer(&_buffer, '\n');
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief appends character
|
/// @brief appends character
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue