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

tools: Drop unused e2fsadm refs (replaced by fsadm).

This commit is contained in:
Alasdair G Kergon 2017-03-16 02:24:39 +00:00
parent 8ef93c756e
commit e9b5a455e1

View File

@ -13,13 +13,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*
#define unimplemented \
log_error("Command not implemented yet."); return ECMD_FAILED
int e2fsadm(struct cmd_context *cmd, int argc, char **argv) unimplemented
*/
int lvmsadc(struct cmd_context *cmd __attribute__((unused)),
int argc __attribute__((unused)),
char **argv __attribute__((unused)))