From e6d48af917966be1ff41667e00945ac784b47d84 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 19 Oct 2000 14:48:00 +0000 Subject: [PATCH] Removed trivial default constructor definition [SVN r8006] --- extclass.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/extclass.h b/extclass.h index 9b5ff64b..32a0041e 100644 --- a/extclass.h +++ b/extclass.h @@ -151,8 +151,6 @@ class PyExtensionClassConverters { return py::Type(); } #endif - PyExtensionClassConverters() {} - // Convert to T* friend T* from_python(PyObject* obj, py::Type) {