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:
Zhenlei Huang 2023-02-26 12:18:25 +08:00
parent 429ba161fb
commit f8e1aa85fe

View File

@ -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