From: Andrew Deason Date: Tue, 23 Mar 2010 19:27:28 +0000 (-0500) Subject: Remove BreakVolumeCallBacks prototype X-Git-Tag: openafs-devel-1_5_73~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=368e07f7367252d8877e86b3a3df9c559622e90e;p=packages%2Fo%2Fopenafs.git Remove BreakVolumeCallBacks prototype BreakVolumeCallBacks was a dead function that was removed from viced. Remove the prototype for it. Change-Id: I12a4d69719163d3e7be7dcae6f39df17b245c807 Reviewed-on: http://gerrit.openafs.org/1628 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/viced/viced_prototypes.h b/src/viced/viced_prototypes.h index f26ac6830..327af467a 100644 --- a/src/viced/viced_prototypes.h +++ b/src/viced/viced_prototypes.h @@ -20,7 +20,6 @@ extern afs_int32 BlocksSpare; extern afs_int32 PctSpare; /* callback.c */ -extern int BreakVolumeCallBacks(afs_uint32); extern int InitCallBack(int); extern int BreakLaterCallBacks(void); extern int BreakVolumeCallBacksLater(afs_uint32);