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:
parent
6ab7a9affa
commit
410c890275
1 changed files with 0 additions and 4 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue