Remove un-thread safe shared reference count.
This commit is contained in:
@@ -34,7 +34,11 @@ struct libab_ref_s {
|
||||
/**
|
||||
* Whether this reference is a strong reference.
|
||||
*/
|
||||
int strong;
|
||||
unsigned int strong:1;
|
||||
/**
|
||||
* Whether this reference is a NULL reference.
|
||||
*/
|
||||
unsigned int null:1;
|
||||
/**
|
||||
* The reference count struct keeping track
|
||||
* of how many references are pointing to the value.
|
||||
|
||||
Reference in New Issue
Block a user