Fixed a problem with the xstrdup() change.
[rsync/rsync.git] / popt / system.h
index 0579b8c..8d62df8 100644 (file)
@@ -89,12 +89,6 @@ char *alloca(size_t size);
 #define alloca __builtin_alloca
 #endif
 
-/*@-redecl -redef@*/
-/*@mayexit@*/ /*@only@*/ /*@unused@*/
-char * xstrdup (const char *str)
-       /*@*/;
-/*@=redecl =redef@*/
-
 #ifndef HAVE_STRLCPY
 size_t strlcpy(char *d, const char *s, size_t bufsize);
 #endif