mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
tests: Simplify code by removing unwarranted use of unique_ptr:s
This commit is contained in:
parent
e57e67057a
commit
d3d4892ef4
8 changed files with 8 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ static bool IsValidFlagCombination(unsigned flags);
|
|||
|
||||
void initialize()
|
||||
{
|
||||
static const auto verify_handle = MakeUnique<ECCVerifyHandle>();
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
}
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue