summaryrefslogtreecommitdiff
path: root/tools/standalone_miri/hir_sim.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-02-17 10:30:13 +0800
committerJohn Hodge <tpg@mutabah.net>2018-02-17 10:30:13 +0800
commit0650f7867c2ef3a867c94df0a0dd361b6055c833 (patch)
tree7f1ce639aeb7dd79acd69c0038dfcd679dcc89c0 /tools/standalone_miri/hir_sim.cpp
parentd61601143b167d48e50f8cfc81d51770da39fed1 (diff)
downloadmrust-0650f7867c2ef3a867c94df0a0dd361b6055c833.tar.gz
Standalone MIRI - Refactor Value/Allocation handling to allow deref to work.
Diffstat (limited to 'tools/standalone_miri/hir_sim.cpp')
-rw-r--r--tools/standalone_miri/hir_sim.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/standalone_miri/hir_sim.cpp b/tools/standalone_miri/hir_sim.cpp
index d3ccddc7..4ff3f191 100644
--- a/tools/standalone_miri/hir_sim.cpp
+++ b/tools/standalone_miri/hir_sim.cpp
@@ -6,8 +6,6 @@
#include "hir_sim.hpp"
#include "module_tree.hpp"
-const size_t POINTER_SIZE = 8;
-
//::HIR::Path::Path(::HIR::SimplePath sp)
//{
//}