Merge pull request #43857 from volth/unused

[bot] treewide: remove unreferenced code
This commit is contained in:
Frederik Rietdijk
2018-07-20 21:06:32 +02:00
committed by GitHub
118 changed files with 16 additions and 449 deletions
@@ -22,11 +22,6 @@ with stdenv.lib;
# and try applying all the ones we don't have yet.
let
xsaPatch = { name , sha256 }: (fetchpatch {
url = "https://xenbits.xen.org/xsa/xsa${name}.patch";
inherit sha256;
});
xsa = import ./xsa-patches.nix { inherit fetchpatch; };
qemuMemfdBuildFix = fetchpatch {
@@ -22,11 +22,6 @@ with stdenv.lib;
# and try applying all the ones we don't have yet.
let
xsaPatch = { name , sha256 }: (fetchpatch {
url = "https://xenbits.xen.org/xsa/xsa${name}.patch";
inherit sha256;
});
xsa = import ./xsa-patches.nix { inherit fetchpatch; };
xenlockprofpatch = (fetchpatch {