Skip to content

Commit

Permalink
src: fix warnings about cipher lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Gilli committed Jul 16, 2015
1 parent bd74d90 commit ca77bae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2588,8 +2588,6 @@ static void PrintHelp() {
// Parse node command line arguments.
static void ParseArgs(int argc, char **argv) {
int i;
int cipher_list_options = 0;
bool using_cipher_list_option = false;

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

0 comments on commit ca77bae

Please sign in to comment.