summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/buf.h
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2006-06-01 21:22:42 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2006-06-01 21:22:42 +0000
commit82e27932bd745e1b45c759c179d07be75c0a9fa2 (patch)
treeeb77ba0757d0dde101a39ee80c5d9d19efcea267 /usr.bin/rcs/buf.h
parent870bba36d833e943dd647b118aaf34368025af8c (diff)
- zap dangling macro, will be replaced with a function later.
Diffstat (limited to 'usr.bin/rcs/buf.h')
-rw-r--r--usr.bin/rcs/buf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/buf.h b/usr.bin/rcs/buf.h
index 55255991b39..eac2332e04a 100644
--- a/usr.bin/rcs/buf.h
+++ b/usr.bin/rcs/buf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf.h,v 1.1 2006/04/26 02:55:13 joris Exp $ */
+/* $OpenBSD: buf.h,v 1.2 2006/06/01 21:22:41 niallo Exp $ */
/*
* Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -59,6 +59,4 @@ int rcs_buf_write_fd(BUF *, int);
int rcs_buf_write(BUF *, const char *, mode_t);
void rcs_buf_write_stmp(BUF *, char *, mode_t);
-#define rcs_buf_get(b) rcs_buf_peek(b, 0)
-
#endif /* BUF_H */