Skip to content

Commit aad19a9

Browse files
Remove unreachable code line; fixes #665 (#670)
1 parent 1327ef1 commit aad19a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/rfl/generic/Writer.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace rfl::generic {
1515

1616
/// Writer for the Generic type - a dynamic, format-agnostic data structure.
1717
/// Constructs Generic values that can be converted to any serialization format.
18-
/// The Generic type provides a common intermediate representation useful for
18+
/// The Generic type provides a common intermediate representation useful for
1919
/// format conversions and dynamic data manipulation.
2020
struct RFL_API Writer {
2121
struct OutputArray {
@@ -147,7 +147,6 @@ struct RFL_API Writer {
147147
} else {
148148
static_assert(always_false_v<T>, "Unsupported type");
149149
}
150-
return OutputVarType{};
151150
}
152151

153152
private:

0 commit comments

Comments
 (0)