Removes referece count from audit logs

This commit is contained in:
Felipe Zimmerle
2019-01-22 12:06:13 -03:00
parent 4b94fabef9
commit 5ebfa5eacb
3 changed files with 2 additions and 17 deletions

View File

@@ -61,8 +61,7 @@ AuditLog::AuditLog()
m_status(NotSetLogStatus),
m_type(NotSetAuditLogType),
m_relevant(""),
m_writer(NULL),
m_refereceCount(1) { }
m_writer(NULL) { }
AuditLog::~AuditLog() {