X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=libcfs%2Finclude%2Flibcfs%2Flibcfs_string.h;h=f74a9cd39ded5a5eb220efca017277ec44c47316;hp=daf6d3463b192c7e733790de1f03131b588775fa;hb=ee5eb07d2f41ac603981c49cc7000f8938aefbeb;hpb=6c3f0cfb4a8e372e8c3ae612c6eee7b7715fbeb7 diff --git a/libcfs/include/libcfs/libcfs_string.h b/libcfs/include/libcfs/libcfs_string.h index daf6d34..f74a9cd 100644 --- a/libcfs/include/libcfs/libcfs_string.h +++ b/libcfs/include/libcfs/libcfs_string.h @@ -44,8 +44,6 @@ char *cfs_strrstr(const char *haystack, const char *needle); /* Convert a text string to a bitmask */ int cfs_str2mask(const char *str, const char *(*bit2str)(int bit), int *oldmask, int minmask, int allmask); -/* trim leading and trailing space characters */ -char *cfs_firststr(char *str, size_t size); /** * Structure to represent NULL-less strings.