Commit de740a65 authored by Felix Abecassis's avatar Felix Abecassis Committed by Jean-Baptiste Kempf

win32: remove xstrdup macro.

Unnecessary (defined in vlc_common.h) and omitting the second operand is a GNU C extension.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7ca3f99c
......@@ -866,8 +866,6 @@ static void SelectClockSource (vlc_object_t *obj)
free (str);
}
#define xstrdup(str) (strdup(str) ?: (abort(), NULL))
size_t EnumClockSource (vlc_object_t *obj, const char *var,
char ***vp, char ***np)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment