summaryrefslogtreecommitdiffstats
path: root/core/config/string.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/string.hh')
-rw-r--r--core/config/string.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/config/string.hh b/core/config/string.hh
index 772c330..8fd3901 100644
--- a/core/config/string.hh
+++ b/core/config/string.hh
@@ -1,5 +1,3 @@
-#ifndef CORE_CONFIG_STRING_HH
-#define CORE_CONFIG_STRING_HH 1
#pragma once
#include "core/config/ivalue.hh"
@@ -31,5 +29,3 @@ constexpr const char* config::String::c_str(void) const noexcept
{
return m_value.c_str();
}
-
-#endif // CORE_CONFIG_STRING_HH