Whamcloud - gitweb
LU-9859 libcfs: use strim instead of cfs_trimwhite.
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_string.h
index 4d9dbde..daf6d34 100644 (file)
@@ -73,7 +73,6 @@ struct cfs_expr_list {
        struct list_head        el_exprs;
 };
 
-char *cfs_trimwhite(char *str);
 int cfs_gettok(struct cfs_lstr *next, char delim, struct cfs_lstr *res);
 int cfs_str2num_check(char *str, int nob, unsigned *num,
                      unsigned min, unsigned max);