Remove obsolete CreateJoinSplit and GenerateParams binaries

This commit is contained in:
Jack Grigg
2018-05-03 13:15:04 +01:00
parent 9e5398686c
commit 11aa594440
6 changed files with 0 additions and 96 deletions

View File

@@ -67,7 +67,6 @@ def check_security_hardening():
ret &= test_rpath_runpath('src/zcash-gtest')
ret &= test_rpath_runpath('src/zcash-tx')
ret &= test_rpath_runpath('src/test/test_bitcoin')
ret &= test_rpath_runpath('src/zcash/GenerateParams')
# NOTE: checksec.sh does not reliably determine whether FORTIFY_SOURCE
# is enabled for the entire binary. See issue #915.
@@ -76,7 +75,6 @@ def check_security_hardening():
ret &= test_fortify_source('src/zcash-gtest')
ret &= test_fortify_source('src/zcash-tx')
ret &= test_fortify_source('src/test/test_bitcoin')
ret &= test_fortify_source('src/zcash/GenerateParams')
return ret