diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 7acd71dc..87aee81a 100644 --- a/src/common.h +++ b/src/common.h @@ -151,7 +151,6 @@ struct v128 { memcpy(&v[lane * sizeof(T)], &data, sizeof(data)); } - private: uint8_t v[16]; }; |