forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f8511d
committed
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
If we are building with openssl but USE_SSL_ENGINE didn't get set,initialize_SSL's variable "pkey" is declared but used nowhere.Apparently this combination hasn't been exercised in the buildfarmbefore now, because I've not seen this warning before, even thoughthe code has been like this a long time. Move the declarationto silence the warning (and remove its useless initialization).Per buildfarm member sawshark. Back-patch to all supported branches.1 parent30fe8a7 commit8f8511d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
778 |
| - | |
779 | 778 |
| |
780 | 779 |
| |
781 | 780 |
| |
| |||
1009 | 1008 |
| |
1010 | 1009 |
| |
1011 | 1010 |
| |
| 1011 | + | |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 | 1014 |
| |
|
0 commit comments
Comments
(0)