diff options
Diffstat (limited to 'src/libsndfile-commands.adb')
-rw-r--r-- | src/libsndfile-commands.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsndfile-commands.adb b/src/libsndfile-commands.adb index 1939cd7..6bdd3cf 100644 --- a/src/libsndfile-commands.adb +++ b/src/libsndfile-commands.adb @@ -9,7 +9,6 @@ pragma Ada_2012; with - Ada.Assertions, Ada.Strings.Fixed, Interfaces.C.Strings; @@ -496,7 +495,6 @@ package body Libsndfile.Commands is Result : Long_Float_Array (1 .. Natural (File.Chans)); Code : Interfaces.C.int; begin - Ada.Assertions.Assert (Long_Float'Size = Interfaces.C.double'Size); Code := sf_command (File.Ptr, sfc_calc_max_all_channels, @@ -517,7 +515,6 @@ package body Libsndfile.Commands is Result : Long_Float_Array (1 .. Natural (File.Chans)); Code : Interfaces.C.int; begin - Ada.Assertions.Assert (Long_Float'Size = Interfaces.C.double'Size); Code := sf_command (File.Ptr, sfc_calc_norm_max_all_channels, |