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:
parent
ccf170938d
commit
2d6965d832
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user