From 25ea3544d145ca375c86912458824f6f00384713 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 3 Apr 2011 16:36:30 +0100 Subject: [PATCH] util: Remove the unused magic.h header util/magic.h is unused, so get rid of it Change-Id: Ic01a7ad73203d25b25f7b7c4af0668ab6131f6c3 Reviewed-on: http://gerrit.openafs.org/4423 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- src/util/magic.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/util/magic.h diff --git a/src/util/magic.h b/src/util/magic.h deleted file mode 100644 index f8ee720..0000000 --- a/src/util/magic.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2000, International Business Machines Corporation and others. - * All Rights Reserved. - * - * This software has been released under the terms of the IBM Public - * License. For details, see the LICENSE file in the top-level source - * directory or online at http://www.openafs.org/dl/license10.html - */ - -#ifndef AFS_MAGIC_H -#define AFS_MAGIC_H -typedef enum afs_structmagic_t { - MAGIC_RXCONN = 0xFF010001, - MAGIC_RXCALL = 0xFF010002, - MAGIC_RXPEER = 0xFF010003, - MAGIC_RXSVC = 0xFF010004, - MAGIC_RXSECURITY = 0xFF010005, - MAGIC_UBIK = 0xFF010101, - MAGIC_VICED_HOST = 0xFF010201, - MAGIC_VICED_CLIENT = 0xFF010202, - MAGIC_RXCONN_FREE = 0xFF020001, - MAGIC_RXCALL_FREE = 0xFF020002, - MAGIC_RXPEER_FREE = 0xFF010003, - /*MAGIC_RXSVC_FREE = 0xFF020004,*/ - MAGIC_RXSEC_FREE = 0xFF020005, - MAGIC_UBIK_FREE = 0xFF020101, - MAGIC_VICED_HOST_FREE = 0xFF020101, - MAGIC_VICED_CLIENT_FREE = 0xFF020102 -} afs_structmagic; -#endif -- 1.9.4