From 5f382fb5140221c5a6b56180f131674cfa8b57e3 Mon Sep 17 00:00:00 2001 From: Sam Yates <halfflat@gmail.com> Date: Fri, 17 Jun 2016 18:20:44 +0200 Subject: [PATCH] Remove non-code related comment --- src/util/optional.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/optional.hpp b/src/util/optional.hpp index 1935a6b3..0d71c4a5 100644 --- a/src/util/optional.hpp +++ b/src/util/optional.hpp @@ -131,7 +131,6 @@ namespace detail { reference_type operator*() { return ref(); } reference_type get() { - // I find this super verbose :( if (set) { return ref(); } -- GitLab