summaryrefslogtreecommitdiff
path: root/usr.bin/make/suff.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-12-06 10:33:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-12-06 10:33:17 +0000
commit9c9f4fc0c31f65df26fadcfa2f2f853c34d46fab (patch)
treef1936fc681bd8cf2f75e44035abb1ab260323a2b /usr.bin/make/suff.h
parentde4f43226a1580c2f7aefc78f2f6c09c1c053cc1 (diff)
old code is gone, remove comments and prototypes
Diffstat (limited to 'usr.bin/make/suff.h')
-rw-r--r--usr.bin/make/suff.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h
index 1f5e584579e..4f707fec0e1 100644
--- a/usr.bin/make/suff.h
+++ b/usr.bin/make/suff.h
@@ -1,6 +1,6 @@
#ifndef SUFF_H
#define SUFF_H
-/* $OpenBSD: suff.h,v 1.8 2012/10/09 19:45:34 espie Exp $ */
+/* $OpenBSD: suff.h,v 1.9 2012/12/06 10:33:16 espie Exp $ */
/*
* Copyright (c) 2001 Marc Espie.
@@ -32,7 +32,6 @@ extern GNode *Suff_ParseAsTransform(const char *, const char *);
struct Suff_;
extern void Suff_AddSuffixi(const char *, const char *);
extern void Suff_FindDeps(GNode *);
-extern void Suff_SetNulli(const char *, const char *);
extern void Suff_Init(void);
extern void process_suffixes_after_makefile_is_read(void);
extern Lst find_suffix_path(GNode *);