summaryrefslogtreecommitdiff
path: root/tester/covoar/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/wscript')
-rw-r--r--tester/covoar/wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 88add6e..f8311d2 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -109,9 +109,3 @@ def build(bld):
use = 'ccovoar',
cflags = ['-O2', '-g'],
includes = ['.'])
-
- bld.program(target = 'covoar',
- source = ['covoar.cc'],
- use = 'ccovoar',
- cflags = ['-O2', '-g'],
- includes = ['.'])