Commit dcc6daa
Remove unused and duplicate includes from SingleWriterFixedHashMapTest.cpp
Summary:
Removed two unnecessary `#include` directives from `SingleWriterFixedHashMapTest.cpp`:
- `#include <glog/logging.h>`: No `LOG()`, `CHECK()`, `DCHECK()`, or any other glog macro is used in this file.
- `#include <folly/synchronization/test/Barrier.h>`: Duplicate of an identical include already present earlier in the file (line 23).
---
> Generated by [RACER](https://www.internalfb.com/wiki/RACER_(Risk-Aware_Code_Editing_and_Refactoring)/), powered by [Confucius](https://www.internalfb.com/wiki/Confucius/Analect/Shared_Analects/Confucius_Code_Assist_(CCA)/)
[Session](https://www.internalfb.com/confucius?session_id=667a3ea0-18b7-11f1-a6a3-c773a901e85f&tab=Chat), [Trace](https://www.internalfb.com/confucius?session_id=667a3ea0-18b7-11f1-a6a3-c773a901e85f&tab=Trace)
Reviewed By: lexprfuncall
Differential Revision: D95403721
fbshipit-source-id: cefe1df1ae5b990eae114fa9b08d9d51b3eef83e1 parent 381cd00 commit dcc6daa
1 file changed
Lines changed: 0 additions & 3 deletions
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
0 commit comments