about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-07-20 21:06:32 +0200
committerGitHub <noreply@github.com>2018-07-20 21:06:32 +0200
commit1a6af9f88ec2405334a9fd6a977ccbcb53472305 (patch)
tree4976952d82daa3fb817193170299fd6f50c6c6d1 /pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
parentce12ad31169edfb1de911e54be9230b298e325f3 (diff)
parent87f5930c3fb2c852f5243278b7a9da8e117d95e4 (diff)
downloadnixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar.gz
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar.bz2
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar.lz
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar.xz
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.tar.zst
nixlib-1a6af9f88ec2405334a9fd6a977ccbcb53472305.zip
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
Diffstat (limited to 'pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
index dbf0bbbd4d54..8420dbdaaa8e 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
@@ -47,12 +47,6 @@
 , debug ? false
 }:
 
-let
-  arch =
-    if stdenv.system == "x86_64-linux" then
-      "x86_64"
-    else throw "Flash Player is not supported on this platform";
-in
 stdenv.mkDerivation rec {
   name = "flashplayer-standalone-${version}";
   version = "30.0.0.134";