Hooks
- Modified ::onExit to remove the indicator that data was modified. This is not supported.
This commit is contained in:
@@ -284,8 +284,7 @@ int Context::run ()
|
||||
try
|
||||
{
|
||||
rc = dispatch (output);
|
||||
if (hooks.onExit ())
|
||||
tdb2.commit ();
|
||||
hooks.onExit ();
|
||||
|
||||
std::stringstream s;
|
||||
s << "Perf "
|
||||
|
||||
Reference in New Issue
Block a user