From 91984b0098d0452c3eed9c035357decad477a2ba Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Thu, 7 Jun 2007 21:50:39 +0000 Subject: Removed cross-compilation uses of inline because they don't do anything on our compilers and were interfering with the Windows builds. If we need to we can revisit this later with an actual profiling tool. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19571 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/server/ccs_cache_collection.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ccapi/server/ccs_cache_collection.c') diff --git a/src/ccapi/server/ccs_cache_collection.c b/src/ccapi/server/ccs_cache_collection.c index 44cf5a882..e3132744a 100644 --- a/src/ccapi/server/ccs_cache_collection.c +++ b/src/ccapi/server/ccs_cache_collection.c @@ -85,7 +85,7 @@ cc_int32 ccs_cache_collection_new (ccs_cache_collection_t *out_cache_collection) /* ------------------------------------------------------------------------ */ -inline cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection) +cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection) { cc_int32 err = ccNoError; @@ -103,9 +103,9 @@ inline cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_co /* ------------------------------------------------------------------------ */ -inline cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection, - cci_identifier_t in_identifier, - cc_uint32 *out_equal) +cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection, + cci_identifier_t in_identifier, + cc_uint32 *out_equal) { cc_int32 err = ccNoError; -- cgit