From ba365c3d2c1b7e59799b7f0edb559f8163e49eb4 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 27 Apr 2020 21:16:34 +0200 Subject: [PATCH] Removed structure used for local debug only --- include/xframe/xaxis_variant.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/xframe/xaxis_variant.hpp b/include/xframe/xaxis_variant.hpp index 0d28edc..d794cf9 100644 --- a/include/xframe/xaxis_variant.hpp +++ b/include/xframe/xaxis_variant.hpp @@ -685,9 +685,6 @@ namespace xf }, m_it); } - template - struct DEBUG; - template inline auto xaxis_variant_iterator::operator->() const -> pointer {