Removed destructor as it does nothing and leads to error messages for SunProCC

This commit is contained in:
Andreas Fabri 2004-05-03 14:02:51 +00:00
parent 007af4ead1
commit fe8bfa5c32
1 changed files with 0 additions and 3 deletions

View File

@ -359,9 +359,6 @@ namespace CGAL {
};
~Point_container()
{}
inline bool empty() const { return the_size == 0;}