Remove unnecessary declaration.
This commit is contained in:
parent
4a14d75ddb
commit
36f2b4393c
1 changed files with 0 additions and 7 deletions
|
@ -94,13 +94,6 @@ namespace wren {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
detail::Callbacks to_callbacks (T& conf);
|
detail::Callbacks to_callbacks (T& conf);
|
||||||
|
|
||||||
#if __cpp_concepts >= 201907
|
|
||||||
template <typename... Outs, int... Indices, detail::ConstCharTuple... Params>
|
|
||||||
#else
|
|
||||||
template <typename... Outs, int... Indices, typename... Params>
|
|
||||||
#endif
|
|
||||||
std::tuple<Outs...> variables_impl (std::integer_sequence<int, Indices...>, Params&&... modules_names);
|
|
||||||
|
|
||||||
std::unique_ptr<LocalData> m_local;
|
std::unique_ptr<LocalData> m_local;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue