Commit c5e2b04
Remove unused includes from AsyncSSLSocket.cpp
Summary:
Remove two unused include directives from `fbcode/folly/io/async/AsyncSSLSocket.cpp`:
- `<folly/Format.h>`: No symbols from this header (`folly::format`, `folly::sformat`, `folly::svformat`) are used. The file uses `fmt::format` from `<fmt/format.h>` instead.
- `<folly/lang/Bits.h>`: No symbols from this header (`Endian`, `popcount`, `findFirst`, etc.) are used anywhere in the file.
Reviewed By: alexsn
Differential Revision: D95404008
fbshipit-source-id: 6c815f3c9893bd231173b2cc35de56f8f36c15591 parent f6b3708 commit c5e2b04
2 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
| |||
0 commit comments