threading: remove commented out function

pull/4531/head
Victor Julien 6 years ago
parent b55f617c2f
commit 539c1a275f

@ -1854,22 +1854,6 @@ TmEcode TmThreadSpawn(ThreadVars *tv)
return TM_ECODE_OK;
}
/**
* \brief Sets the thread flags for a thread instance(tv)
*
* \param tv Pointer to the thread instance for which the flag has to be set
* \param flags Holds the thread state this thread instance has to be set to
*/
#if 0
void TmThreadSetFlags(ThreadVars *tv, uint8_t flags)
{
if (tv != NULL)
tv->flags = flags;
return;
}
#endif
/**
* \brief Initializes the mutex and condition variables for this TV
*

Loading…
Cancel
Save