From 1b8811f997568d8aede86197a36fc65586996494 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 30 Oct 2009 18:03:40 -0400 Subject: [PATCH] Removed erroneous throw specifier from period_xact_t --- src/xact.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xact.h b/src/xact.h index 74d9f837..bbfa500e 100644 --- a/src/xact.h +++ b/src/xact.h @@ -205,7 +205,7 @@ class period_xact_t : public xact_base_t TRACE_CTOR(period_xact_t, "const string&"); } - virtual ~period_xact_t() throw() { + virtual ~period_xact_t() { TRACE_DTOR(period_xact_t); }