From abbac7377fe6d17c12b44669a7353b457ef448bb Mon Sep 17 00:00:00 2001 From: Thomas Nordin Date: Tue, 4 Jun 2002 00:00:56 +0000 Subject: Remove unused #define. ok deraadt@ --- sys/miscfs/tcfs/tcfs.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sys/miscfs/tcfs/tcfs.h') diff --git a/sys/miscfs/tcfs/tcfs.h b/sys/miscfs/tcfs/tcfs.h index 069539efeb5..0d4872d9c5e 100644 --- a/sys/miscfs/tcfs/tcfs.h +++ b/sys/miscfs/tcfs/tcfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs.h,v 1.4 2002/03/14 01:27:08 millert Exp $ */ +/* $OpenBSD: tcfs.h,v 1.5 2002/06/04 00:00:55 nordin Exp $ */ /* * Copyright 2000 The TCFS Project at http://tcfs.dia.unisa.it/ * All rights reserved. @@ -67,13 +67,6 @@ int tcfs_init(struct vfsconf *); #define BLOCKSIZE 1024 #define SBLOCKSIZE 8 -#define ABS(a) ((a)>=0?(a):(-a)) - -/* variabili esterne */ - - -/* prototyphes */ - int tcfs_bypass(void *); int tcfs_open(void *); int tcfs_getattr(void *); -- cgit v1.2.3