Removed erroneous throw specifier from period_xact_t
This commit is contained in:
parent
3a9b7df4e5
commit
1b8811f997
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class period_xact_t : public xact_base_t
|
||||||
TRACE_CTOR(period_xact_t, "const string&");
|
TRACE_CTOR(period_xact_t, "const string&");
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~period_xact_t() throw() {
|
virtual ~period_xact_t() {
|
||||||
TRACE_DTOR(period_xact_t);
|
TRACE_DTOR(period_xact_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue