1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

lib: remove unused variable

This commit is contained in:
Felix Abecassis 2014-05-06 17:19:24 +02:00
parent d066747c9e
commit 2ddd0f3eb3

View File

@ -38,8 +38,6 @@
#include "../src/revision.c"
static const char nomemstr[] = "Insufficient memory";
libvlc_instance_t * libvlc_new( int argc, const char *const *argv )
{
libvlc_threads_init ();