]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/channel.h
Remove outdated, unsupported and broken support for splint(1)
[ngircd.git] / src / ngircd / channel.h
index 0e96703d5bdcdf027c6ba9f2ba9b5404561c096c..edf6a836aa7c7108a88e6a4eacce7f15b3505570 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2024 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
  * Channel management (header)
  */
 
-#if defined(__channel_c__) | defined(S_SPLINT_S)
+#if defined(__channel_c__)
 
 #include "lists.h"
 #include "defines.h"