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

View File

@@ -1,10 +1,7 @@
{ fetchurl, python }:
assert python.pkgs.isPy27;
let utf =
if python.ucsEncoding == 2 then "16"
else if python.ucsEncoding == 4 then "32"
else throw "Unsupported python UCS encoding UCS${toString python.ucsEncoding}";
in python.pkgs.buildPythonPackage
python.pkgs.buildPythonPackage
{ pname = "gurobipy";
version = "7.5.2";
src = fetchurl