mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Remove rl_initialise per @iceman1001 comment in #497
This commit is contained in:
parent
0763239363
commit
14cfe2ac17
1 changed files with 0 additions and 3 deletions
|
@ -288,9 +288,6 @@ int main(int argc, char* argv[]) {
|
|||
char *script_cmds_file = NULL;
|
||||
char *script_cmd = NULL;
|
||||
|
||||
// Must be before the first PrintAndLog call, for rl_redisplay
|
||||
rl_initialize();
|
||||
|
||||
if (argc < 2) {
|
||||
show_help(true, argv[0]);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue