mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
RX: Dead code removal
This commit is contained in:
parent
3f1f4853d6
commit
49659e92a7
2 changed files with 0 additions and 40 deletions
4
src/RX.h
4
src/RX.h
|
@ -34,11 +34,7 @@
|
|||
class RX
|
||||
{
|
||||
public:
|
||||
RX ();
|
||||
RX (const std::string&, bool caseSensitive = true);
|
||||
RX (const RX&);
|
||||
RX& operator= (const RX&);
|
||||
bool operator== (const RX&) const;
|
||||
~RX ();
|
||||
|
||||
bool match (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue