aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/disown/example.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/disown/example.cxx')
-rw-r--r--Examples/php/disown/example.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Examples/php/disown/example.cxx b/Examples/php/disown/example.cxx
index 6393735e9..247eb6a27 100644
--- a/Examples/php/disown/example.cxx
+++ b/Examples/php/disown/example.cxx
@@ -39,7 +39,6 @@ double Square::perimeter(void) {
}
ShapeContainer::~ShapeContainer() {
- iterator i=shapes.begin();
for( iterator i = shapes.begin(); i != shapes.end(); ++i ) {
delete *i;
}