Remove unused function quote_it()
This function is no longer needed. It was problematic anyway because it didn't have a way for the caller to specify the destination buffer size.
This commit is contained in:
@@ -35,7 +35,6 @@ char * BX_sindex (register char *, char *);
|
||||
char * BX_rsindex (register char *, char *, char *, int);
|
||||
char * BX_path_search (char *, char *);
|
||||
char * BX_double_quote (const char *, const char *, char *);
|
||||
char * quote_it (const char *, const char *, char *);
|
||||
|
||||
char * n_malloc_strcpy (char **, const char *, const char *, const char *, const int);
|
||||
char * BX_malloc_str2cpy (char **, const char *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user