From a917f4e60e4dd962a70c0fba753075aa49bbb984 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 20:46:03 +0200 Subject: [falsesharing.py] remove unused and shadowed matplotlib import --- allocbench/benchmarks/falsesharing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/allocbench/benchmarks/falsesharing.py b/allocbench/benchmarks/falsesharing.py index 423dd9d..d3e66b8 100644 --- a/allocbench/benchmarks/falsesharing.py +++ b/allocbench/benchmarks/falsesharing.py @@ -18,7 +18,6 @@ import re -import matplotlib.pyplot as plt from allocbench.benchmark import Benchmark import allocbench.plots as plt -- cgit v1.2.3