mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
mini_ssl.c: Avoid warning: unused variable 'eng' (#1409)
This commit is contained in:
parent
39dc3dfe1b
commit
5c2f1f3af4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue