git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eff5347
)
viced-junk-unused-functions-20030114
author
Derrick Brashear
<shadow@dementia.org>
Wed, 15 Jan 2003 00:10:10 +0000 (
00:10
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Wed, 15 Jan 2003 00:10:10 +0000 (
00:10
+0000)
more cleanup of fileserver
src/viced/host.c
patch
|
blob
|
history
diff --git
a/src/viced/host.c
b/src/viced/host.c
index
b20c014
..
9c4f5e1
100644
(file)
--- a/
src/viced/host.c
+++ b/
src/viced/host.c
@@
-529,15
+529,6
@@
return;
*/
#define DEF_ROPCONS 2115
-struct host *h_Alloc(register struct rx_connection *r_con)
-{
- struct host *retVal;
- H_LOCK
- retVal = h_Alloc_r(r_con);
- H_UNLOCK
- return retVal;
-}
-
struct host *h_Alloc_r(register struct rx_connection *r_con)
{
register int code;
@@
-607,7
+598,7
@@
struct host *h_Alloc_r(register struct rx_connection *r_con)
#endif /* FS_STATS_DETAILED */
return host;
-} /*h_Alloc*/
+} /*h_Alloc_r*/
/* Lookup a host given an IP address and UDP port number. */