HostAllocator: Remove unnecessary template
[alexxy/gromacs.git] / src / gromacs / gpu_utils / hostallocator.h
index 2806770f6ee092d5a810cfdce61a431a8216cec7..95ddce8d796af7f2f9572a69e7eae12072a7650b 100644 (file)
@@ -186,7 +186,6 @@ class HostAllocationPolicy
         //! Propagate for move
         using propagate_on_container_swap = std::true_type;
         //! Use default allocator for copy (same as construct+copy)
-        template<typename U = void>
         HostAllocationPolicy select_on_container_copy_construction() const
         {
             return {};