summaryrefslogtreecommitdiff
path: root/finance/libofx/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'finance/libofx/patches/patch-ae')
-rw-r--r--finance/libofx/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/finance/libofx/patches/patch-ae b/finance/libofx/patches/patch-ae
deleted file mode 100644
index a2ce41b454d..00000000000
--- a/finance/libofx/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/04/03 17:26:40 minskim Exp $
-
---- lib/tree.hh.orig 2004-04-08 23:51:45.000000000 -0700
-+++ lib/tree.hh
-@@ -69,7 +69,7 @@ inline void constructor(T1* p)
- }
-
- template <class T1>
--inline void kp::destructor(T1* p)
-+inline void destructor(T1* p)
- {
- p->~T1();
- }