summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-21 19:47:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-21 19:47:24 +0000
commit704099e868661bfc62444b611972b1323c0e2e05 (patch)
treeb97e47f7d6fea57f2eec869efb4be1e652a65ed7 /usr.bin
parent7ddf53373dadff71c4985479bb46893521df6fd8 (diff)
kill kill kill unused stuff; ok kjell
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/line.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/mg/line.c b/usr.bin/mg/line.c
index 98796045257..6af891b1c76 100644
--- a/usr.bin/mg/line.c
+++ b/usr.bin/mg/line.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: line.c,v 1.30 2005/11/20 03:24:17 deraadt Exp $ */
+/* $OpenBSD: line.c,v 1.31 2005/11/21 19:47:23 deraadt Exp $ */
/* This file is in the public domain. */
@@ -25,14 +25,6 @@
* computed at compile time.
*/
-#ifndef OFFSET
-#define OFFSET(type,member) ((char *)&(((type *)0)->member)-(char *)((type *)0))
-#endif
-
-#ifndef NBLOCK
-#define NBLOCK 16 /* Line block chunk size. */
-#endif
-
#ifndef KBLOCK
#define KBLOCK 256 /* Kill buffer block size. */
#endif