Skip to content

Commit b4183e0

Browse files
committed
dnc
1 parent c02e1e4 commit b4183e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/boost/openmethod/policies/vptr_vector.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ struct vptr_vector : vptr {
146146
}
147147

148148
if (index >= max_index) {
149-
using error_handler = typename Registry::error_handler;
150-
151149
if constexpr (Registry::has_error_handler) {
152150
unknown_class_error error;
153151
error.type = dynamic_type;

0 commit comments

Comments
 (0)