8e53c80 bind-9.16: Clean up outdated static assertions

1 file Authored by slev 3 years ago, Committed by abbra 3 years ago,
1 file changed. 0 lines added. 22 lines removed.
    bind-9.16: Clean up outdated static assertions
    
    _Static_assert is a compile time assertion which is the part of
    ISO C11 and is implemented in GCC since 4.6.
    
    So, macros taken from [0] is no longer needed.
    
    [0]: https://www.pixelbeat.org/programming/gcc/static_assert.html
    
        
file modified
+0 -22