Merge pull request #52949 from ivan/comment-fix

all-packages.nix: remove obsolete comments
This commit is contained in:
worldofpeace 2018-12-26 22:00:33 -05:00 committed by GitHub
commit 3ccb95ea81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14558,9 +14558,6 @@ in
linux_4_19 = callPackage ../os-specific/linux/kernel/linux-4.19.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
# when adding a new linux version
# kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.revert-vfs-dont-open-real
];
@ -14569,9 +14566,6 @@ in
linux_4_20 = callPackage ../os-specific/linux/kernel/linux-4.20.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
# when adding a new linux version
# kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.revert-vfs-dont-open-real
];