Remove references to afs_assert.h

The header afs_assert.h no longer exists after commit
cac7424272. Remove all remaining
references to afs_assert.h in the tree.

Change-Id: I708a399d4389d2f96d93ce3caf9c8b96e38bdf64
Reviewed-on: http://gerrit.openafs.org/5513
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Andrew Deason 2011-09-28 15:41:38 -05:00 committed by Jeffrey Altman
parent 955bab670d
commit c7dc0180c7
9 changed files with 1 additions and 9 deletions

View File

@ -136,7 +136,6 @@ include/openafs/afs/volume_inline.h
include/openafs/afs/salvsync.h
include/openafs/afs/daemon_com.h
include/openafs/afs/vsutils_prototypes.h
include/openafs/afs/afs_assert.h
include/openafs/des.h
include/openafs/des_conf.h
include/openafs/des_odd.h

View File

@ -12,7 +12,6 @@
#include <roken.h>
#include <afs/afs_assert.h>
#include <lock.h>
#include <afs/afsutil.h>
#include <lwp.h>

View File

@ -13,7 +13,6 @@
#include <roken.h>
#include <sys/file.h>
#include <afs/afs_assert.h>
#include <lock.h>
#define __AFS_WORK_QUEUE_IMPL 1

View File

@ -94,7 +94,6 @@ ListViceInodes(char *devname, char *mountedOn, FD_t inodeFile,
#if defined (AFS_AIX_ENV) || defined (AFS_HPUX_ENV)
#include <sys/ino.h>
#endif
#include <afs/afs_assert.h>
#include "lock.h"
#include "ihandle.h"

View File

@ -97,7 +97,6 @@
#include "volume.h"
#include "vldb.h"
#include "partition.h"
#include "afs/afs_assert.h"
#include "filesignal.h"
#include "vutils.h"
#include "daemon_com.h"

View File

@ -33,7 +33,6 @@
#include "voldefs.h"
#include "partition.h"
#include <dirent.h>
#include <afs/afs_assert.h>
char *prog = "nicreate";

View File

@ -33,7 +33,6 @@
#include "voldefs.h"
#include "partition.h"
#include <dirent.h>
#include <afs/afs_assert.h>
char *prog = "nincdec";

View File

@ -29,7 +29,6 @@
#include "voldefs.h"
#include "partition.h"
#include <dirent.h>
#include <afs/afs_assert.h>

View File

@ -97,7 +97,7 @@
#include "volume.h"
#include "vldb.h"
#include "partition.h"
#include "afs/afs_assert.h"
#include "afs/opr_assert.h"
#include "filesignal.h"
#include "vutils.h"
#include "daemon_com.h"