]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
removed comment
authorJoel Cornett <joel.cornett@gmail.com>
Wed, 20 Apr 2016 14:56:46 +0000 (10:56 -0400)
committerJoel Cornett <joel.cornett@gmail.com>
Wed, 20 Apr 2016 14:56:46 +0000 (10:56 -0400)
configure.ac

index 29827d61716051f00b4876ffd08a0fcbdf1f4e7a..0a5f2f39a8ef4fa666707cf02d11a08a0acae7e8 100644 (file)
@@ -528,8 +528,6 @@ if test "x$enable_unit_tests" = "xyes"; then
     fi
 
     AC_DEFINE(UNIT_TEST, [1], [enable unit tests in build])
-    # FIXIT-H: we shouldn't be putting conditionals on UNIT_TEST in header files,
-    # but they are there.
 fi
 
 AM_CONDITIONAL(BUILD_UNIT_TESTS, test "x$enable_unit_tests" = "xyes")