aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc/kibana
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-06-16 19:59:06 +0000
committerAlyssa Ross <hi@alyssa.is>2019-06-16 19:59:05 +0000
commitf3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a (patch)
treefc248141d976626274065a36839f64bd2dd3db99 /pkgs/development/tools/misc/kibana
parentccee4117be08f0474640e06f76a7881389fb7b47 (diff)
treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
Diffstat (limited to 'pkgs/development/tools/misc/kibana')
-rw-r--r--pkgs/development/tools/misc/kibana/6.x.nix1
-rw-r--r--pkgs/development/tools/misc/kibana/7.x.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/kibana/6.x.nix b/pkgs/development/tools/misc/kibana/6.x.nix
index e11dd5040b0..0d052f34095 100644
--- a/pkgs/development/tools/misc/kibana/6.x.nix
+++ b/pkgs/development/tools/misc/kibana/6.x.nix
@@ -2,7 +2,6 @@
, enableUnfree ? true
, stdenv
, makeWrapper
-, fetchzip
, fetchurl
, nodejs-10_x
, coreutils
diff --git a/pkgs/development/tools/misc/kibana/7.x.nix b/pkgs/development/tools/misc/kibana/7.x.nix
index 0c3dd9f12c2..e8435549f4a 100644
--- a/pkgs/development/tools/misc/kibana/7.x.nix
+++ b/pkgs/development/tools/misc/kibana/7.x.nix
@@ -2,7 +2,6 @@
, enableUnfree ? true
, stdenv
, makeWrapper
-, fetchzip
, fetchurl
, nodejs-10_x
, coreutils