1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

libdm: remove unimplemented dm_report_set_output_selection fn

The dm_report_set_output_selection was not implemented in the end -
we have dm_report_init_with_selection instead. This is just a remnant
from development code that got into libdevmapper.h by mistake.
This commit is contained in:
Peter Rajnoha 2014-12-05 11:38:51 +01:00
parent a5baf13a06
commit 44394cd246
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.93 -
====================================
Remove unimplemented dm_report_set_output_selection from libdevmapper.h.
Version 1.02.92 - 24th November 2014
====================================

View File

@ -1753,8 +1753,6 @@ struct dm_report *dm_report_init_with_selection(uint32_t *report_types,
const struct dm_report_reserved_value reserved_values[],
void *private_data);
int dm_report_object(struct dm_report *rh, void *object);
int dm_report_set_output_selection(struct dm_report *rh, uint32_t *report_types,
const char *selection);
int dm_report_output(struct dm_report *rh);
void dm_report_free(struct dm_report *rh);