* thread.h (verifyable_object_state verifyable_object_isvalid): Delete function
declaration that should have been static. * thread.cc (verifyable_object_state verifyable_object_isvalid): Make inline static. (pthread*::is_good_object): Move to directly after verifyable_object_state verifyable_object_isvalid and make inline.
This commit is contained in:
@@ -137,11 +137,6 @@ typedef enum
|
||||
VALID_STATIC_OBJECT
|
||||
} verifyable_object_state;
|
||||
|
||||
verifyable_object_state verifyable_object_isvalid (void const * objectptr, long magic,
|
||||
void *static_ptr1 = NULL,
|
||||
void *static_ptr2 = NULL,
|
||||
void *static_ptr3 = NULL);
|
||||
|
||||
template <class list_node> inline void
|
||||
List_insert (list_node *&head, list_node *node)
|
||||
{
|
||||
|
Reference in New Issue
Block a user