summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2008-12-02 19:36:56 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2008-12-02 19:36:56 +0000
commitb282e93924be15445fb48ab186da737d62a003f6 (patch)
tree328987e352fa919f2eaeaebd2ef74d3b4b370883 /src/util
parent265c82b5b88c752b54e953e2ed5e82524a5a1a70 (diff)
downloadkrb5-b282e93924be15445fb48ab186da737d62a003f6.tar.gz
krb5-b282e93924be15445fb48ab186da737d62a003f6.tar.xz
krb5-b282e93924be15445fb48ab186da737d62a003f6.zip
Remove unneeded LEAN_CLIENT #define's
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21261 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/prof_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/profile/prof_init.c b/src/util/profile/prof_init.c
index 041ef747a..248ea5df0 100644
--- a/src/util/profile/prof_init.c
+++ b/src/util/profile/prof_init.c
@@ -253,7 +253,6 @@ profile_release(profile_t profile)
free(profile);
}
-#ifndef LEAN_CLIENT
/*
* Here begins the profile serialization functions.
*/
@@ -400,5 +399,4 @@ cleanup:
}
return(retval);
}
-#endif /* LEAN_CLIENT */