From e15f01ccee1989ad0f6d5790ff417f86c3d1d0d8 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 25 Aug 2017 12:50:10 +0200
Subject: [PATCH] remove not needed code

---
 alib2common/src/registration/AlgoRegistration.hpp | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/alib2common/src/registration/AlgoRegistration.hpp b/alib2common/src/registration/AlgoRegistration.hpp
index 1270b95a26..cf96dd0d6e 100644
--- a/alib2common/src/registration/AlgoRegistration.hpp
+++ b/alib2common/src/registration/AlgoRegistration.hpp
@@ -8,17 +8,6 @@
 
 #include <registration/NormalizationRegistration.hpp>
 
-namespace ext {
-
-template < class, class Other >
-class type_rewrite {
-public:
-	typedef Other type;
-
-};
-
-} /* namespace ext */
-
 namespace registration {
 
 template < class Algorithm, class RealReturnType, class ... RealParameterTypeBases >
-- 
GitLab