8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Remove unneeded assignment

This commit is contained in:
hvlad 2009-02-02 16:28:24 +00:00
parent ccf170938d
commit 2d6965d832

View File

@ -85,8 +85,6 @@ TraceManager::TraceManager(Attachment* _att) :
filename(NULL),
trace_sessions(*_att->att_pool)
{
filename = attachment->att_filename.c_str();
change_number = 0;
storage = storageInstance.getStorage();