From c01adb13a8ee5a23a092624c9d6950f1c7ec494e Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Tue, 15 Nov 2011 10:57:17 +0100 Subject: [PATCH] Remove ostream (already in repo) --- itk/clitkRelativePositionDataBase.h | 3 --- 1 file changed, 3 deletions(-) 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); - } //-------------------------------------------------------------------- -- 2.45.1