Removed cross-compilation uses of inline because they don't do
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 7 Jun 2007 21:50:39 +0000 (21:50 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 7 Jun 2007 21:50:39 +0000 (21:50 +0000)
commit91984b0098d0452c3eed9c035357decad477a2ba
treed4a4f9fc988fdd13fcb0b441cf238fcee9198b74
parent5c349b8456b511265ae6c84e40b6f275fe7acdb2
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
21 files changed:
src/ccapi/common/cci_os_debugging.h
src/ccapi/common/cci_os_identifier.h
src/ccapi/common/cci_stream.c
src/ccapi/common/cci_stream.h
src/ccapi/common/mac/cci_os_debugging.c
src/ccapi/common/mac/cci_os_identifier.c
src/ccapi/lib/ccapi_os_ipc.h
src/ccapi/lib/mac/ccapi_os_ipc.c
src/ccapi/server/ccs_array.c
src/ccapi/server/ccs_array.h
src/ccapi/server/ccs_cache_collection.c
src/ccapi/server/ccs_cache_collection.h
src/ccapi/server/ccs_ccache.c
src/ccapi/server/ccs_ccache.h
src/ccapi/server/ccs_credentials.c
src/ccapi/server/ccs_credentials.h
src/ccapi/server/ccs_list.c
src/ccapi/server/ccs_os_pipe.h
src/ccapi/server/ccs_pipe.c
src/ccapi/server/ccs_pipe.h
src/ccapi/server/mac/ccs_os_pipe.c