Skip to content

Commit dcc6daa

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
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: cefe1df1ae5b990eae114fa9b08d9d51b3eef83e
1 parent 381cd00 commit dcc6daa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

third-party/folly/src/folly/concurrency/container/test/SingleWriterFixedHashMapTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include <folly/portability/GTest.h>
2323
#include <folly/synchronization/test/Barrier.h>
2424

25-
#include <glog/logging.h>
26-
#include <folly/synchronization/test/Barrier.h>
27-
2825
#include <atomic>
2926
#include <iomanip>
3027
#include <thread>

0 commit comments

Comments
 (0)