Remove extraneous return
parent
ce5ac01193
commit
52b4cceda5
1
test.cpp
1
test.cpp
|
|
@ -392,7 +392,6 @@ int CRYPTOPP_API main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
FileSource usage(CRYPTOPP_DATA_DIR "TestData/usage.dat", true, new FileSink(std::cout));
|
FileSource usage(CRYPTOPP_DATA_DIR "TestData/usage.dat", true, new FileSink(std::cout));
|
||||||
return 1;
|
return 1;
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
else if (command == "V")
|
else if (command == "V")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue