diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 13:47:51 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-23 15:37:36 +0000 |
| commit | d4f50cb109c45c1f50700cbe2e88ec891eb7d469 (patch) | |
| tree | d9f69a28fb4500ad985ccc2875836acf88105675 /tests/unit_tests/ringct.cpp | |
| parent | 611639710d9f3665999b4ec71a52efc73aca4853 (diff) | |
| download | monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.tar.gz monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.tar.xz monzero-core-d4f50cb109c45c1f50700cbe2e88ec891eb7d469.zip | |
remove some unused code
Found by codacy.com
Diffstat (limited to 'tests/unit_tests/ringct.cpp')
| -rw-r--r-- | tests/unit_tests/ringct.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit_tests/ringct.cpp b/tests/unit_tests/ringct.cpp index 52bdb00cf..ccef5f3e7 100644 --- a/tests/unit_tests/ringct.cpp +++ b/tests/unit_tests/ringct.cpp @@ -968,8 +968,6 @@ static rctSig make_sig() #define TEST_rctSig_elements(name, op) \ TEST(ringct, rctSig_##name) \ { \ - const uint64_t inputs[] = {1000, 1000}; \ - const uint64_t outputs[] = {1000, 1000}; \ rct::rctSig sig = make_sig(); \ ASSERT_TRUE(rct::verRct(sig)); \ op; \ |
