diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index a9eed211928..7d0c2aa902e 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -215,15 +215,6 @@ public: : _begin(begin), _end(end) { } - inline bool isNull() const - { return length() == 0; } - - inline unsigned position() const - { return _begin; } - - inline unsigned length() const - { return _end - _begin; } - inline unsigned begin() const { return _begin; }