summaryrefslogtreecommitdiff
path: root/databases/soci/patches/patch-core_once-temp-type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/soci/patches/patch-core_once-temp-type.cpp')
-rw-r--r--databases/soci/patches/patch-core_once-temp-type.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/soci/patches/patch-core_once-temp-type.cpp b/databases/soci/patches/patch-core_once-temp-type.cpp
deleted file mode 100644
index ee20017e057..00000000000
--- a/databases/soci/patches/patch-core_once-temp-type.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-core_once-temp-type.cpp,v 1.1 2013/08/30 10:19:37 joerg Exp $
-
---- core/once-temp-type.cpp.orig 2013-08-30 00:17:03.209692967 +0000
-+++ core/once-temp-type.cpp
-@@ -35,7 +35,7 @@ once_temp_type & once_temp_type::operato
- return *this;
- }
-
--once_temp_type::~once_temp_type()
-+once_temp_type::~once_temp_type() SOCI_ONCE_TEMP_TYPE_NOEXCEPT
- {
- rcst_->dec_ref();
- }