Skip to content

Commit

Permalink
mini_ssl.c: Avoid warning: unused variable 'eng' (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and nateberkopec committed Sep 13, 2017
1 parent 39dc3df commit 5c2f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/puma_http11/mini_ssl.c
Expand Up @@ -447,7 +447,7 @@ VALUE raise_error(VALUE self) {
}

void Init_mini_ssl(VALUE puma) {
VALUE mod, eng;
VALUE mod;

mod = rb_define_module_under(puma, "MiniSSL");
rb_define_class_under(mod, "SSLError", rb_eStandardError);
Expand Down

0 comments on commit 5c2f1f3

Please sign in to comment.