Commit d1930468 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ACL: remove potentially harmful macro conditional definition

parent e0bebcef
......@@ -289,9 +289,6 @@ void ACL_Destroy( vlc_acl_t *p_acl )
}
}
#ifndef isblank
# define isblank(c) ((c) == ' ' || (c) == '\t')
#endif
/**
* Reads ACL entries from a file.
......
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