From e9b5a455e1ce1eebcf949be20c1dd282fdb00d75 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Thu, 16 Mar 2017 02:24:39 +0000 Subject: [PATCH] tools: Drop unused e2fsadm refs (replaced by fsadm). --- tools/stub.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/stub.h b/tools/stub.h index a98346a64..f03e5d308 100644 --- a/tools/stub.h +++ b/tools/stub.h @@ -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)))