mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
tidy
This commit is contained in:
@@ -1946,9 +1946,10 @@ class LwIPLock {
|
||||
LwIPLock();
|
||||
~LwIPLock();
|
||||
#else
|
||||
// No lwIP core locking — inline no-ops
|
||||
LwIPLock() = default;
|
||||
~LwIPLock() = default;
|
||||
// No lwIP core locking — inline no-ops (empty bodies instead of = default
|
||||
// to prevent clang-tidy unused-variable warnings at call sites)
|
||||
LwIPLock() {}
|
||||
~LwIPLock() {}
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user