diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-13 12:13:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-13 12:13:39 +0200 |
commit | 360fae67713d3813059361fc0ee5fa6102e02246 (patch) | |
tree | da9befef792c43c6bdd14df4ec0bda59f1a29fd6 | |
parent | 40d78edefd17fffeb608468516d1c3cb34337bf5 (diff) | |
download | linux-conf-perf-360fae67713d3813059361fc0ee5fa6102e02246.tar.gz linux-conf-perf-360fae67713d3813059361fc0ee5fa6102e02246.tar.bz2 linux-conf-perf-360fae67713d3813059361fc0ee5fa6102e02246.zip |
Remove duplicate variable in conf.py
This duplication was created probably by merging.
-rw-r--r-- | conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -35,10 +35,6 @@ parse_command = ['./parse_script'] # Identifier of measurement can consist of measure tool name and version measure_identifier = 'cyclictest-v0.92' -# measurement_identifier -# Identifier of measurement can consist of measure tool name and version -measure_identifier = 'cyclictest-v0.92' - # picosat_args # Additional arguments passed to PicoSAT. picosat_args = [] |