From c4b03574abf593db782b559c2122bc6f33eac62e Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 16 Jul 2010 16:01:41 +0200 Subject: Moved startOffset/endOffset from Symbol to Scope. --- src/shared/cplusplus/Symbol.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/shared/cplusplus/Symbol.h') diff --git a/src/shared/cplusplus/Symbol.h b/src/shared/cplusplus/Symbol.h index c6ce1a6402..ee32779c94 100644 --- a/src/shared/cplusplus/Symbol.h +++ b/src/shared/cplusplus/Symbol.h @@ -105,12 +105,6 @@ public: /// Returns this Symbol's file name length. unsigned fileNameLength() const; - unsigned startOffset() const; - void setStartOffset(unsigned offset); - - unsigned endOffset() const; - void setEndOffset(unsigned offset); - /// Returns this Symbol's name. const Name *name() const; @@ -320,8 +314,6 @@ protected: private: unsigned _sourceLocation; - unsigned _startOffset; - unsigned _endOffset; const Name *_name; unsigned _hashCode; int _storage; -- cgit v1.2.1