diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lv2/atom/atom.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/lv2/atom/atom.h b/include/lv2/atom/atom.h index 59816e5..44f597a 100644 --- a/include/lv2/atom/atom.h +++ b/include/lv2/atom/atom.h @@ -62,10 +62,6 @@ extern "C" { #endif -// This expression will fail to compile if double does not fit in 64 bits -typedef char lv2_atom_assert_double_fits_in_64_bits - [((sizeof(double) <= sizeof(uint64_t)) * 2) - 1]; - /** Return a pointer to the contents of an Atom. The "contents" of an atom is the data past the complete type-specific header. |