Skip to content

Commit cd14715

Browse files
committed
Remove unused struct definition
1 parent dd47090 commit cd14715

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/containers/uninitialized_array.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ using namespace bounded::literal;
1515

1616
namespace containers {
1717

18-
struct empty {};
19-
2018
export template<typename T, array_size_type<T> size_>
2119
struct uninitialized_array {
2220
constexpr uninitialized_array() = default;

0 commit comments

Comments
 (0)