We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4485e25 commit 68571f9Copy full SHA for 68571f9
compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h
@@ -19,9 +19,6 @@
19
#include "sanitizer_common.h"
20
#include "sanitizer_dense_map_info.h"
21
#include "sanitizer_internal_defs.h"
22
-// Placement-new is needed for bucket allocation. This avoids needing to include
23
-// it everywhere we use DenseMap.
24
-#include "sanitizer_placement_new.h"
25
#include "sanitizer_type_traits.h"
26
27
namespace __sanitizer {
0 commit comments