Commit 0374cca
committed
Remove unused SignalProto::deactivate() method
Removes the deactivate(const CallbackFn &callback) method that was
not used anywhere in the codebase. gcc 15.2 has stricter analysis
for unused code paths and template instantiation, causing build
failures with this orphaned method.1 parent 79d6dfa commit 0374cca
1 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 378 | | |
394 | 379 | | |
395 | 380 | | |
| |||
0 commit comments