summaryrefslogtreecommitdiff
path: root/src/jit/compilerbitsettraits.h
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2017-10-19 21:39:10 +0300
committerMike Danes <onemihaid@hotmail.com>2017-10-19 21:43:57 +0300
commit39c782ca32070be66e6b42a2a892ff4e3055fd3d (patch)
treedc3615735061cc54d143107be9d0d23894e1c89e /src/jit/compilerbitsettraits.h
parent5abe396a53e7c1253251d5a34f3c399de3b109db (diff)
downloadcoreclr-39c782ca32070be66e6b42a2a892ff4e3055fd3d.tar.gz
coreclr-39c782ca32070be66e6b42a2a892ff4e3055fd3d.tar.bz2
coreclr-39c782ca32070be66e6b42a2a892ff4e3055fd3d.zip
Remove references to IAllocator that are now useless
This includes transferring AllowZeroAllocator from iallocator.h to jit.h (as CompIAllocator)
Diffstat (limited to 'src/jit/compilerbitsettraits.h')
-rw-r--r--src/jit/compilerbitsettraits.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/compilerbitsettraits.h b/src/jit/compilerbitsettraits.h
index 27a3bdd740..0fdcb5110f 100644
--- a/src/jit/compilerbitsettraits.h
+++ b/src/jit/compilerbitsettraits.h
@@ -7,7 +7,6 @@
#include "bitset.h"
#include "compiler.h"
-#include "iallocator.h"
#include "bitsetasshortlong.h"
///////////////////////////////////////////////////////////////////////////////