about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-11-10 10:09:38 +0100
committerAjax <commial@gmail.com>2016-11-10 10:09:38 +0100
commit1acd71430d40b33a077f18e2ae13b2216780179c (patch)
tree6c3c314512cf59f8829242a2eb03cd9de2a3f3ee
parent3b21f49c6c95f127e17d55d1d1a2d6d00ac8d3b8 (diff)
downloadmiasm-1acd71430d40b33a077f18e2ae13b2216780179c.tar.gz
miasm-1acd71430d40b33a077f18e2ae13b2216780179c.zip
Remove no more used struct element
Diffstat (limited to '')
-rw-r--r--miasm2/jitter/vm_mngr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/jitter/vm_mngr.h b/miasm2/jitter/vm_mngr.h
index 607d5866..d3583b52 100644
--- a/miasm2/jitter/vm_mngr.h
+++ b/miasm2/jitter/vm_mngr.h
@@ -92,7 +92,6 @@ typedef struct {
 	int memory_pages_number;
 	struct memory_page_node* memory_pages_array;
 
-	unsigned int *code_addr_tab;
 	uint64_t code_bloc_pool_ad_min;
 	uint64_t code_bloc_pool_ad_max;