aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/plots.cpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
commite422518afc868a1ad783c4208ea3a44f89f07687 (patch)
tree6428db20ef7a646443138bbcd1cc85d202cf8c46 /arch/dummy/plots.cpp
parent95fd6ae836ab5fee7387f4df46b727165a05b723 (diff)
Renames dummy VM architecture
Diffstat (limited to 'arch/dummy/plots.cpp')
-rw-r--r--arch/dummy/plots.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/dummy/plots.cpp b/arch/dummy/plots.cpp
deleted file mode 100644
index 8cece2f..0000000
--- a/arch/dummy/plots.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-std::array<TraceNamed<ImS64>, 0> g_arch_traces = {};
-std::array<TraceHeatmap<ImS64>, 0> g_arch_traces_heatmaps = {};
-std::array<PlotLines, 0> g_arch_plots = {};
-std::array<PlotStacked, 0> g_arch_plots_stacked = {};
-std::array<PlotHeatmap, 0> g_arch_plots_heatmaps = {};