[vlc-commits] Core, interface: remove unneeded assert
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 23 16:19:10 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 23 14:48:03 2016 +0100| [8589202db9d522944c538f102d7d09c5062cd087] | committer: Jean-Baptiste Kempf
Core, interface: remove unneeded assert
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8589202db9d522944c538f102d7d09c5062cd087
---
src/interface/interface.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/interface/interface.c b/src/interface/interface.c
index 4bc709a..a378328 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -38,7 +38,6 @@
#endif
#include <unistd.h>
-#include <assert.h>
#include <vlc_common.h>
#include <vlc_modules.h>
More information about the vlc-commits
mailing list