8214144: Remove confusing locking_enqueue_completed_buffer

Remove function.

Reviewed-by: tschatzl, manc
This commit is contained in:
Kim Barrett 2018-11-21 09:40:19 -05:00
parent a4fb817366
commit d8e5d52deb
2 changed files with 1 additions and 8 deletions

View file

@ -154,7 +154,6 @@ public:
// get into an infinite loop).
virtual bool should_enqueue_buffer() { return true; }
void handle_zero_index();
void locking_enqueue_completed_buffer(BufferNode* node);
void enqueue_known_active(void* ptr);