Skip to content

Commit ca77bae

Browse files
author
Julien Gilli
committed
src: fix warnings about cipher lists
1 parent bd74d90 commit ca77bae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/node.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,8 +2588,6 @@ static void PrintHelp() {
25882588
// Parse node command line arguments.
25892589
static void ParseArgs(int argc, char **argv) {
25902590
int i;
2591-
int cipher_list_options = 0;
2592-
bool using_cipher_list_option = false;
25932591

25942592
// TODO use parse opts
25952593
for (i = 1; i < argc; i++) {

0 commit comments

Comments
 (0)