Skip to content

Commit

Permalink
headers only
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Jul 22, 2023
1 parent b50642b commit 7279c49
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/yorel/yomm2/runtime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ operator<<(std::ostream& os, Container<rt_class*, T...>& classes) {
}

struct yOMM2_API runtime_data {

std::unordered_map<std::type_index, rt_class*> class_map;
std::deque<rt_class> classes;
std::vector<rt_method> methods;
Expand All @@ -196,14 +195,6 @@ struct yOMM2_API runtime_data {

template<class Policy>
struct yOMM2_API runtime : runtime_data {

std::unordered_map<std::type_index, rt_class*> class_map;
std::deque<rt_class> classes;
std::vector<rt_method> methods;
size_t class_visit{0};
mutable detail::trace_type<detail::TRACE_RUNTIME> trace;
metrics_t metrics;

runtime();

void update();
Expand Down

0 comments on commit 7279c49

Please sign in to comment.