Whamcloud - gitweb
LU-7004 utils: remove "lctl conf_param" deprecation
[fs/lustre-release.git] / lustre / utils / lustre_cfg.c
index 7e859c1..bdd6c8e 100644 (file)
@@ -617,11 +617,6 @@ int jt_lcfg_mgsparam(int argc, char **argv)
        struct lustre_cfg *lcfg;
        char *buf = NULL;
 
-#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 8, 53, 0)
-       fprintf(stderr, "warning: 'lctl conf_param' is deprecated, "
-               "use 'lctl set_param -P' instead\n");
-#endif
-
         /* mgs_setparam processes only lctl buf #1 */
         if ((argc > 3) || (argc <= 1))
                 return CMD_HELP;