Remove the file unused debugging file pointer.

This commit is contained in:
Jonathan Naylor
2023-06-29 18:15:00 +01:00
parent 37420dc93c
commit 7724be0fd7
6 changed files with 2 additions and 8 deletions

View File

@@ -33,8 +33,7 @@ const unsigned char BIT_MASK_TABLE[] = { 0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04
CAX25Control::CAX25Control(CAX25Network* network, bool trace) :
m_network(network),
m_trace(trace),
m_enabled(true),
m_fp(NULL)
m_enabled(true)
{
}