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

@@ -68,8 +68,7 @@ m_buffer(),
m_ric(0U),
m_data(),
m_state(PS_NONE),
m_enabled(true),
m_fp(NULL)
m_enabled(true)
{
}