remove unused method
This commit is contained in:
parent
998b88b521
commit
58123c969b
@ -127,14 +127,6 @@ public:
|
||||
return cnt;
|
||||
}
|
||||
|
||||
/* read-thead */
|
||||
void read_flush ()
|
||||
{
|
||||
SpinLock sl (_reservation_lock);
|
||||
g_atomic_int_set (&read_idx, g_atomic_int_get (&write_idx));
|
||||
g_atomic_int_set (&reserved, 0);
|
||||
}
|
||||
|
||||
/* read-thead */
|
||||
guint decrement_read_ptr (guint cnt)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user