Skip to content

Commit cee83b1

Browse files
committed
Remove unused variable
1 parent 0454544 commit cee83b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

haskell/toolchain.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def _haskell_toolchain_libraries(ctx, libraries):
220220
target = libraries[package]
221221

222222
# Construct CcInfo
223-
additional_link_inputs = []
224223
if with_profiling:
225224
# GHC does not provide dynamic profiling mode libraries. The dynamic
226225
# libraries that are available are missing profiling symbols, that

0 commit comments

Comments
 (0)