diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp
index c84a4a2829a8d906c2107e0f92888515a094a6bb..dcd7cb0dd0b8ac8b1245ec9b2a0e5e42913f42c0 100644
--- a/Geo/MZoneBoundary.cpp
+++ b/Geo/MZoneBoundary.cpp
@@ -490,8 +490,6 @@ void updateBoVec<3, MFace>
                 gEIt != gEdgeList.end(); ++gEIt) {
               std::list<GFace*> alist = (*gEIt)->faces();
               gFaceList.splice(gFaceList.end(), alist);
-              // gcc-4.3 won't accept the following
-//               gFaceList.splice(gFaceList.end(), (*gEIt)->faces());
             }
             // Remove duplicates
             gFaceList.sort();