From 915722e035cf93fa142ab5b0a56215502bf18ea9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 22 Jun 2017 12:39:18 +0200 Subject: build: remove Linux DVB test fragment Most of the DVB test fragment was added in 2e399f39 by someone who wasn't asked for LGPL relicensing permission. Thus remove it. (For some weird reason, the configure check wasn't even for the later added actual DVB code.) Since DVB is disabled by default, this isn't too bad. But if someone enables it, and the system doesn't support it, he will receive a weird compilation error. That has to be good enough, until maybe someone adds a new check. --- waftools/fragments/dvb.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 waftools/fragments/dvb.c (limited to 'waftools/fragments') diff --git a/waftools/fragments/dvb.c b/waftools/fragments/dvb.c deleted file mode 100644 index 4ec9e37311..0000000000 --- a/waftools/fragments/dvb.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -fe_bandwidth_t t; -int main(void) {return 0;} -- cgit v1.2.3