remove unused functions
This commit is contained in:
@@ -31,8 +31,6 @@ public:
|
|||||||
// MEMBER FUNCTIONS AND OTHER OPERATORS
|
// MEMBER FUNCTIONS AND OTHER OPERATORS
|
||||||
T& operator[] (unsigned int i);
|
T& operator[] (unsigned int i);
|
||||||
void push_back(const T& t);
|
void push_back(const T& t);
|
||||||
void clear();
|
|
||||||
bool empty() const;
|
|
||||||
unsigned int size() const;
|
unsigned int size() const;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user