diff options
Diffstat (limited to 'apps/buffering.h')
| -rw-r--r-- | apps/buffering.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/buffering.h b/apps/buffering.h index 218f77e..5a1369a 100644 --- a/apps/buffering.h +++ b/apps/buffering.h @@ -111,9 +111,6 @@ size_t buf_length(void); size_t buf_used(void); bool buf_pin_handle(int handle_id, bool pin); bool buf_signal_handle(int handle_id, bool signal); -#ifdef HAVE_IO_PRIORITY -void buf_back_off_storage(bool back_off); -#endif /* Settings */ void buf_set_watermark(size_t bytes); |