From 01a7c64e472c241798306e7f8137de28efdef37e Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Fri, 28 Feb 2014 18:47:12 +0100 Subject: [PATCH] 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 Reviewed-by: Perry Ruiter Reviewed-by: Jeffrey Altman --- src/bozo/bosprototypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bozo/bosprototypes.h b/src/bozo/bosprototypes.h index 4d2132dc77..5ccf059ea1 100644 --- a/src/bozo/bosprototypes.h +++ b/src/bozo/bosprototypes.h @@ -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, ... );