Skip to content

Commit e1a8300

Browse files
committed
plugins: dac_data_manager: remove unsused variable
Get rid of an unused variable... Signed-off-by: Nuno Sá <[email protected]>
1 parent 1728f0c commit e1a8300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: plugins/dac_data_manager.c

-1
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,6 @@ static int dac_manager_init(struct dac_data_manager *manager,
20862086
struct iio_device *dac, struct iio_device *second_dac, struct iio_context *ctx)
20872087
{
20882088
int ret = 0;
2089-
const struct iio_attr *attr = NULL;
20902089

20912090
manager->is_cyclic_buffer = true;
20922091

0 commit comments

Comments
 (0)