diff options
author | 2002-06-04 00:00:55 +0000 | |
---|---|---|
committer | 2002-06-04 00:00:55 +0000 | |
commit | b5a3ac2cd69d65764260af085f36934aa6a95afc (patch) | |
tree | b68c93664a5db67c3fcb8054277ebf2314cd8d2d | |
parent | sync (diff) | |
download | wireguard-openbsd-b5a3ac2cd69d65764260af085f36934aa6a95afc.tar.xz wireguard-openbsd-b5a3ac2cd69d65764260af085f36934aa6a95afc.zip |
Remove unused #define. ok deraadt@
-rw-r--r-- | sys/miscfs/tcfs/tcfs.h | 9 |
1 files changed, 1 insertions, 8 deletions
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 *); |