mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Code Cleanup
- Removed unused defines.
This commit is contained in:
parent
9a18d77005
commit
f47648c71f
2 changed files with 0 additions and 4 deletions
2
src/A3.h
2
src/A3.h
|
@ -35,8 +35,6 @@
|
||||||
#include <Nibbler.h>
|
#include <Nibbler.h>
|
||||||
#include <File.h>
|
#include <File.h>
|
||||||
|
|
||||||
#define ARGUMENTS_SEQUENCE_MAX_RANGE 1000
|
|
||||||
|
|
||||||
class A3 : public std::vector <Arg>
|
class A3 : public std::vector <Arg>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -31,8 +31,6 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define ARGUMENTS_SEQUENCE_MAX_RANGE 1000
|
|
||||||
|
|
||||||
class Arg
|
class Arg
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue