Skip to content

Commit

Permalink
iio-private.h: Remove useless field is_output
Browse files Browse the repository at this point in the history
This field is never used anywhere.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Nov 16, 2021
1 parent cbe8ba5 commit c2fbae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iio-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct iio_buffer {
uint32_t *mask;
unsigned int dev_sample_size;
unsigned int sample_size;
bool is_output, dev_is_high_speed;
bool dev_is_high_speed;
};

struct iio_context_info {
Expand Down

0 comments on commit c2fbae7

Please sign in to comment.