mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
bozo: remove obsolete bnode_Deactivate() prototype
Commit 54eb2485b59550ba42569ed3a8d76211a3a35019 removed the implementation of bnode_Deactivate(), which had been #ifdef'd out for a long time, but left the prototype in place. Remove the obsolete declaration in bosprototypes.h as well. Change-Id: I323a3f945fcab97d7c4db191192d3ef11482d64e Reviewed-on: http://gerrit.openafs.org/10868 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Perry Ruiter <pruiter@sinenomine.net> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
eee0bf5871
commit
01a7c64e47
@ -37,7 +37,6 @@ int bnode_ParseLine(char *aline, struct bnode_token **alist);
|
||||
int bnode_NewProc(struct bnode *abnode, char *aexecString, char *coreName,
|
||||
struct bnode_proc **aproc);
|
||||
int bnode_StopProc(struct bnode_proc *aproc, int asignal);
|
||||
int bnode_Deactivate(struct bnode *abnode);
|
||||
|
||||
/* bosserver.c */
|
||||
void bozo_Log(char *format, ... );
|
||||
|
Loading…
x
Reference in New Issue
Block a user