diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-11-02 21:42:17 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-11-02 21:42:17 +0000 |
commit | 1e95237e2a7cedfa051cfa903a869b1411ff3580 (patch) | |
tree | 041ecae5ff09e4527a2b6b6c971a9f6b8556d95b /usr.bin/rcs | |
parent | 7da03b2f67a0614bdd5e343db4ca5b81b740f0da (diff) |
- kill two unused constant definitions.
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 5a85502eadf..2919541b0ec 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.55 2005/11/02 20:40:56 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.56 2005/11/02 21:42:16 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -44,9 +44,6 @@ #include "diff.h" #include "rcsprog.h" -#define LOCK_LOCK 1 -#define LOCK_UNLOCK 2 - #define DATE_NOW -1 #define DATE_MTIME -2 |