committer: mfx <mfx> 1088541938 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-06-29 20:45:38 +00:00
parent 5a8d60d3e0
commit 130699a33b
2 changed files with 2 additions and 13 deletions
-4
View File
@@ -93,10 +93,6 @@ private:
if (ptr_) checkRange(extra);
}
void throwBoundedPtr(const char *msg) const {
throwCantPack(msg);
}
T* ptr_;
void* base_;
size_t size_;