git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
f6a91a2
)
Unix CM: Remove erroneous comment
author
Simon Wilkinson
<sxw@inf.ed.ac.uk>
Sat, 24 Jul 2010 13:21:52 +0000 (14:21 +0100)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 5 Aug 2010 19:28:52 +0000 (12:28 -0700)
Despite what the comment says, shutdown_axscache does have a caller,
so just remove the comment lest it confuse people.
Change-Id: I0491bf4f945c372d7ddbafb7a43390821c95a0c1
Reviewed-on: http://gerrit.openafs.org/2471
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_axscache.c
patch
|
blob
|
history
diff --git
a/src/afs/afs_axscache.c
b/src/afs/afs_axscache.c
index
d71f847
..
7c56335
100644
(file)
--- a/
src/afs/afs_axscache.c
+++ b/
src/afs/afs_axscache.c
@@
-168,7
+168,6
@@
afs_FreeAllAxs(struct axscache **headp)
}
-/* doesn't appear to be used at all */
void
shutdown_xscache(void)
{