From d8ad0539b7542e4fc8ef88c32f6a315dd8ff4e9a Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 2 Apr 2008 13:31:13 +0000 Subject: [PATCH] remove unused patch --- ZopeInterface-3.0.1-declbug.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ZopeInterface-3.0.1-declbug.patch diff --git a/ZopeInterface-3.0.1-declbug.patch b/ZopeInterface-3.0.1-declbug.patch deleted file mode 100644 index 74f5ee9..0000000 --- a/ZopeInterface-3.0.1-declbug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c ZopeInterface-3.0.1-declbug/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c ---- ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2004-08-04 18:03:17.000000000 +0800 -+++ ZopeInterface-3.0.1-declbug/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c 2005-08-23 08:05:27.376784740 +0800 -@@ -70,7 +70,7 @@ - return 0; - } - --extern PyTypeObject SpecType; /* Forward */ -+static PyTypeObject SpecType; /* Forward */ - - static PyObject * - implementedByFallback(PyObject *cls)