mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
ctf: Remove unused function prototype for getpname()
This function prototype should have been removed along with the
implementation.
Fixes: 3dd5524264
ctfdump: Use getprogname()
MFC after: 1 day
This commit is contained in:
parent
429ba161fb
commit
f8e1aa85fe
@ -42,8 +42,6 @@ extern "C" {
|
||||
extern void vdie(const char *, va_list);
|
||||
extern void die(const char *, ...);
|
||||
|
||||
extern const char *getpname(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user