Removed erroneous throw specifier from period_xact_t

This commit is contained in:
John Wiegley 2009-10-30 18:03:40 -04:00
parent 3a9b7df4e5
commit 1b8811f997

View file

@ -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);
}