diff options
| author | Alexander Barton <alex@barton.de> | 2024-02-10 00:00:19 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-02-10 00:22:33 +0100 |
| commit | ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce (patch) | |
| tree | 83c2dc0a8ac4211d7ec0cba2d978edc99db66a57 /src/portab/portab.h | |
| parent | f3961ec6ab32ffa1ea1ce3f716a904ed82c8fde4 (diff) | |
| download | ngircd-ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce.tar.gz ngircd-ea7f4e07b71cd27294bd7deb04d8ffe95b15e2ce.zip | |
Remove outdated, unsupported and broken support for splint(1)
Diffstat (limited to 'src/portab/portab.h')
| -rw-r--r-- | src/portab/portab.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h index ebe81b49..e0ec3e1e 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -110,12 +110,6 @@ typedef unsigned char bool; #define GLOBAL extern #endif -/* SPLint */ - -#ifdef S_SPLINT_S -# include "splint.h" -#endif - /* target constants */ #ifndef HOST_OS |