From eba4712082c5a032f2026e052641948d0b5d2f11 Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Thu, 7 Jun 2018 17:16:26 +0100 Subject: Remove unused -sample-interval option --- tools/klee-stats/klee-stats | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/klee-stats/klee-stats b/tools/klee-stats/klee-stats index 83537ef1..4671cc26 100755 --- a/tools/klee-stats/klee-stats +++ b/tools/klee-stats/klee-stats @@ -297,10 +297,6 @@ def main(): 'rst', 'mediawiki', 'latex', 'klee'], dest='tableFormat', default='klee', help='Table format for the summary.') - parser.add_argument('--sample-interval', dest='sampleInterv', - type=isPositiveInt, default='10', metavar='n', - help='Sample a data point every n lines for a ' - 'run.stats (default: 10)') parser.add_argument('-to-csv', action='store_true', dest='toCsv', help='Dump run.stats to STDOUT in CSV format') -- cgit 1.4.1