From 5009f90ea24224638af6945552012ce60efb3cea Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 5 Jul 2001 19:00:47 +0000 Subject: Removed obsolete function, strdup_substr. --- libbb/libbb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbb/libbb.h') diff --git a/libbb/libbb.h b/libbb/libbb.h index c29955b3b..0fc704501 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h @@ -254,10 +254,6 @@ extern struct hostent *xgethostbyname(const char *name); char *dirname (const char *path); -static inline char *strdup_substr (const char *s, int start, int end) -{ - return xstrndup (s+start, end-start); -} int make_directory (char *path, mode_t mode, int flags); #define CT_AUTO 0 -- cgit v1.2.3