Skip to content

Commit c989a70

Browse files
committed
genMetrics.py: remove cruft
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 080854e commit c989a70

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flow/util/genMetrics.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
import re
1919
from glob import glob
2020

21-
# make sure the working dir is flow/
22-
flow_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")
23-
24-
# Parse and validate arguments
25-
# =============================================================================
26-
2721

2822
def parse_args():
2923
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)