From: David Sarrut Date: Tue, 15 Nov 2011 09:57:17 +0000 (+0100) Subject: Remove ostream (already in repo) X-Git-Tag: v1.3.0~104^2~38 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c01adb13a8ee5a23a092624c9d6950f1c7ec494e;p=clitk.git Remove ostream (already in repo) --- diff --git a/itk/clitkRelativePositionDataBase.h b/itk/clitkRelativePositionDataBase.h index 439c015..57cdcec 100644 --- a/itk/clitkRelativePositionDataBase.h +++ b/itk/clitkRelativePositionDataBase.h @@ -109,9 +109,6 @@ namespace clitk { os << std::endl; } }; - std::ostream operator<<(std::ostream & os, const clitk::RelativePositionInformationType & rp) { - rp.Print(os); - } //--------------------------------------------------------------------