mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Improved CppCoreGuidelines compliance
This commit is contained in:
parent
6a2b861b1d
commit
672666593b
2 changed files with 0 additions and 8 deletions
|
@ -27,19 +27,12 @@
|
|||
#include <cmake.h>
|
||||
#include <Rules.h>
|
||||
#include <sstream>
|
||||
#include <iostream> // TODO Remove
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Rules::Rules ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string Rules::dump () const
|
||||
{
|
||||
std::stringstream out;
|
||||
|
||||
|
||||
return out.str ();
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
class Rules
|
||||
{
|
||||
public:
|
||||
Rules ();
|
||||
std::string dump () const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue