2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1071] Leftover #endif removed

This commit is contained in:
Tomek Mrugalski
2020-01-22 17:43:29 +01:00
parent 9bcc1e819a
commit 1e40f7d308

View File

@@ -355,7 +355,6 @@ public:
size_t count) {
for (size_t i = 0; i < count; ++i) {
error[i] = MLM_FALSE;
#endif
bind[i].error = reinterpret_cast<my_bool*>(&error[i]);
}
}