X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=8324f21decad53d79a8659657bb2d000e90c914b;hb=ce2ccc12dddef07259e349d0b10504585ce6ee20;hp=5dfd2a8c946183649dd529f67057c3e3ef74c063;hpb=22d9080d680ccc515346b26eaed46f990af817b7;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 5dfd2a8..8324f21 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -86,20 +86,6 @@ static int mkdir_p(const char *path, mode_t mode) return retval; } -char *strdup_malloc(const char *s) -{ - char *retval; - - if(s == NULL) - return NULL; - - retval = (char *) malloc(strlen(s)+1); - - strcpy(retval, s); - - return retval; -} - static int signal_process(pid_t pid) { return 0;