1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

src/main.cpp: remove unused variables.

This commit is contained in:
Henrik Hautakoski 2020-01-14 10:18:22 +01:00
parent 6ab7a9affa
commit 410c890275

View file

@ -106,10 +106,6 @@ int main(int argc, char **argv) {
}
if (!strcmp(argv[1], "search")) {
int n = 10;
std::string search;
strlist_t words;
if (argc < 3) {
std::cout << "You must specify a word list." << std::endl;
usage(argv[0]);