removed redundant API

This commit is contained in:
Jeff Hill
1999-02-01 21:49:04 +00:00
parent a5da7b3c98
commit 41d7a7a7c8
2 changed files with 6 additions and 6 deletions

View File

@@ -31,6 +31,9 @@
*
* History
* $Log$
* Revision 1.14 1998/10/23 00:20:41 jhill
* attempted to clean up HP-UX warnings
*
* Revision 1.13 1998/06/16 03:01:44 jhill
* cosmetic
*
@@ -206,9 +209,6 @@ public:
T *first(void) const { return this->pFirst; }
T *last(void) const { return this->pLast; }
protected:
T *getFirst(void) const { return pFirst; }
T *getLast(void) const { return pLast; }
private:
T *pFirst;
T *pLast;

View File

@@ -31,6 +31,9 @@
*
* History
* $Log$
* Revision 1.14 1998/10/23 00:20:41 jhill
* attempted to clean up HP-UX warnings
*
* Revision 1.13 1998/06/16 03:01:44 jhill
* cosmetic
*
@@ -206,9 +209,6 @@ public:
T *first(void) const { return this->pFirst; }
T *last(void) const { return this->pLast; }
protected:
T *getFirst(void) const { return pFirst; }
T *getLast(void) const { return pLast; }
private:
T *pFirst;
T *pLast;