diff options
author | John Hodge <tpg@mutabah.net> | 2018-02-17 10:30:13 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-02-17 10:30:13 +0800 |
commit | 0650f7867c2ef3a867c94df0a0dd361b6055c833 (patch) | |
tree | 7f1ce639aeb7dd79acd69c0038dfcd679dcc89c0 /tools/standalone_miri/hir_sim.cpp | |
parent | d61601143b167d48e50f8cfc81d51770da39fed1 (diff) | |
download | mrust-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.cpp | 2 |
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) //{ //} |