Skip to content

Commit c2fbae7

Browse files
committed
iio-private.h: Remove useless field is_output
This field is never used anywhere. Signed-off-by: Paul Cercueil <[email protected]>
1 parent cbe8ba5 commit c2fbae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iio-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ struct iio_buffer {
200200
uint32_t *mask;
201201
unsigned int dev_sample_size;
202202
unsigned int sample_size;
203-
bool is_output, dev_is_high_speed;
203+
bool dev_is_high_speed;
204204
};
205205

206206
struct iio_context_info {

0 commit comments

Comments
 (0)