treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
shared ? false
|
||||
}:
|
||||
let
|
||||
usedLibExtension = if shared then ".so" else ".a";
|
||||
inherit (stdenv.lib) optional optionals;
|
||||
inherit (stdenv.lib) optional;
|
||||
version = "3.8.0";
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user