From 5488de326d9a8920c941651a7eabcabaa3120766 Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Fri, 17 Apr 2026 01:32:50 -0700 Subject: [PATCH] remove unecessary comment --- include/dusk/scope_guard.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/dusk/scope_guard.hpp b/include/dusk/scope_guard.hpp index c5d5d796e7..281d23434d 100644 --- a/include/dusk/scope_guard.hpp +++ b/include/dusk/scope_guard.hpp @@ -1,7 +1,3 @@ -// -// Created by carlw on 4/17/2026. -// - #ifndef DUSK_SCOPE_GUARD_HPP #define DUSK_SCOPE_GUARD_HPP