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

(cherry picked from commit f8e1aa85fe)
This commit is contained in:
Zhenlei Huang 2023-02-26 12:18:25 +08:00
parent 13524c5772
commit eba26d0ba3

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