git: 931ad51808a6 - main - diff: remove stalled entries in headers

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 27 11:19:01 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=931ad51808a650fd28be27210f25ba05d8e71199

commit 931ad51808a650fd28be27210f25ba05d8e71199
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-01-27 11:13:47 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-01-27 11:18:45 +0000

    diff: remove stalled entries in headers
---
 usr.bin/diff/diff.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h
index 1974b5cc08d6..b5536bd7bf77 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -102,9 +102,6 @@ extern regex_t	ignore_re;
 
 char	*splice(char *, char *);
 int	diffreg(char *, char *, int, int);
-int	easprintf(char **, const char *, ...);
-void	*emalloc(size_t);
-void	*erealloc(void *, size_t);
 void	diffdir(char *, char *, int);
 void	print_only(const char *, size_t, const char *);
 void	print_status(int, char *, char *, const char *);


More information about the dev-commits-src-all mailing list