From a192f32a3a6f6c3c66542f48b512f3892dbed838 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Jun 2014 17:22:21 +0200 Subject: stream: remove VCD support If a single person complains, I will readd it. But I don't expect that this will happen. The main reason for removing this is that it's some of the most unclean code remaining, it's unmaintained, and I've never ever heard of someone using it. --- waftools/fragments/vcd_windows.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 waftools/fragments/vcd_windows.c (limited to 'waftools') diff --git a/waftools/fragments/vcd_windows.c b/waftools/fragments/vcd_windows.c deleted file mode 100644 index 8d33127043..0000000000 --- a/waftools/fragments/vcd_windows.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include - -int main(int argc, char **argv) -{ - return 0; -} -- cgit v1.2.3