diff --git a/Code/Wrappers/SWIG/itkBase.i b/Code/Wrappers/SWIG/itkBase.i
index 0c21ded04383351d40d4d9d1e9496e09ff4f197d..ab75a78ffc6d549592fa43e30251b93cae1c315a 100644
--- a/Code/Wrappers/SWIG/itkBase.i
+++ b/Code/Wrappers/SWIG/itkBase.i
@@ -106,7 +106,6 @@ class itkIndent {
 
  class itkProcessObject : public itkObject {
    public:
-     //static itkProcessObject_Pointer New();
      virtual itkLightObject_Pointer CreateAnother() const;
      const float& GetProgress();
    protected: