diff options
Diffstat (limited to 'libctf/ctf-subr.c')
-rw-r--r-- | libctf/ctf-subr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c index 0b49ae9..455f18d 100644 --- a/libctf/ctf-subr.c +++ b/libctf/ctf-subr.c @@ -122,12 +122,6 @@ ctf_pread (int fd, void *buf, ssize_t count, off_t offset) return acc; } -const char * -ctf_strerror (int err) -{ - return (const char *) (strerror (err)); -} - /* Set the CTF library client version to the specified version. If version is zero, we just return the default library version number. */ int |