Skip to content

Commit af903ee

Browse files
committed
fixup! remove comments
1 parent b173df6 commit af903ee

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,6 @@ struct AnalysisDataProcessorBuilder {
147147
}.template operator()<A::originals.size(), std::decay_t<A>::originals>(std::make_index_sequence<std::decay_t<A>::originals.size()>());
148148
}
149149

150-
// template <soa::is_iterator A>
151-
// static void addInput(const char* name, bool value, std::vector<InputSpec>& inputs, std::vector<InputInfo>& iInfos, int ai, uint32_t hash, header::DataOrigin&& newOrigin = header::DataOrigin{"AOD"})
152-
// {
153-
// addInput<typename std::decay_t<A>::parent_t>(name, value, inputs, iInfos, ai, hash, newOrigin);
154-
// }
155-
156150
/// helper to append the inputs and expression information for normalized arguments
157151
template <soa::is_table... As>
158152
static void addInputsAndExpressions(uint32_t hash, const char* name, bool value, std::vector<InputSpec>& inputs, std::vector<ExpressionInfo>& eInfos, std::vector<InputInfo>& iInfos, header::DataOrigin&& newOrigin = header::DataOrigin{"AOD"})

0 commit comments

Comments
 (0)