]> Creatis software - clitk.git/commitdiff
Remove ostream (already in repo)
authorDavid Sarrut <david.sarrut@gmail.com>
Tue, 15 Nov 2011 09:57:17 +0000 (10:57 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Tue, 15 Nov 2011 09:57:17 +0000 (10:57 +0100)
itk/clitkRelativePositionDataBase.h

index 439c015bc3b912e8458ae9f9f94896d01c291163..57cdcec3f2ea70c93f6c5814b7d176efddaf420a 100644 (file)
@@ -109,9 +109,6 @@ namespace clitk {
       os << std::endl;
     }
   };
-  std::ostream operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp) {
-    rp.Print(os);
-  }
   //--------------------------------------------------------------------