mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Removed unused default constructor A::A
This commit is contained in:
parent
7432c0aead
commit
30ad00fb7f
2 changed files with 0 additions and 7 deletions
|
@ -36,7 +36,6 @@
|
|||
class A2
|
||||
{
|
||||
public:
|
||||
A2 ();
|
||||
A2 (const std::string&, Lexer::Type);
|
||||
~A2 ();
|
||||
A2 (const A2&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue