remove safety checks, for some reason

This commit is contained in:
Andrew Dutcher
2016-10-11 13:07:14 -07:00
parent ea54204952
commit 80f35d3b2b
2 changed files with 4 additions and 19 deletions

View File

@ -247,10 +247,7 @@ struct uc_struct {
// Metadata stub for the variable-size cpu context used with uc_context_*()
struct uc_context {
uc_arch arch;
uc_mode mode;
size_t size;
bool used;
char data[0];
};