From 7393343f6935c71026eeabc3e21d893af25587f4 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sat, 26 Mar 2016 23:04:40 +0100 Subject: [PATCH] removed unnecessary code --- include/pybind11/common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/pybind11/common.h b/include/pybind11/common.h index 31306d4b..3cefa93a 100644 --- a/include/pybind11/common.h +++ b/include/pybind11/common.h @@ -257,11 +257,6 @@ template struct is_copy_constructible { static const bool value = std::is_same(nullptr))>::value; }; -template class Template> -struct is_specialization_of : std::false_type {}; -template