summaryrefslogtreecommitdiff
path: root/asl/annotations.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/annotations.hpp')
-rw-r--r--asl/annotations.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/asl/annotations.hpp b/asl/annotations.hpp
index c0d8f20..90e603f 100644
--- a/asl/annotations.hpp
+++ b/asl/annotations.hpp
@@ -9,15 +9,3 @@
#else
#define ASL_NO_UNIQUE_ADDRESS [[no_unique_address]]
#endif
-
-namespace asl
-{
-
-struct unsafe
-{
- unsafe() = delete;
- explicit unsafe(auto&&) {}
-};
-
-} // namespace asl
-