From 919eedc7f9c2e702162647ae79e6db079f98e981 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 20 Sep 2009 13:58:50 +0530 Subject: Remove inline keyword from static functions The compiler inlines static functions as necessary anyway. No more inline keywords exist in Tinyproxy source code. We want to avoid using this keyword anyway. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8122787..71ed21a 100644 --- a/configure.ac +++ b/configure.ac @@ -175,7 +175,6 @@ esac dnl dnl Checks for types dnl -AC_C_INLINE AC_TYPE_SIZE_T AC_TYPE_PID_T AC_TYPE_SIGNAL -- cgit v1.2.3