about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/modules.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/modules.nix b/lib/modules.nix
index 12ec7004d1ee..e2fa3d7fbf0c 100644
--- a/lib/modules.nix
+++ b/lib/modules.nix
@@ -554,12 +554,10 @@ rec {
           apply = x: use (toOf config);
         });
         config = {
-        /*
           warnings =
             let opt = getAttrFromPath from options; in
             optional (warn && opt.isDefined)
               "The option `${showOption from}' defined in ${showFiles opt.files} has been renamed to `${showOption to}'.";
-              */
         } // setAttrByPath to (mkAliasDefinitions (getAttrFromPath from options));
       };