We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75718bc commit 4707417Copy full SHA for 4707417
1 file changed
examples/real_data_example/src/real_data_example.cc
@@ -44,8 +44,6 @@ ABSL_FLAG(std::string, dataset_path,
44
"s3://tgs-opendata-poseidon/full_stack_agc.mdio",
45
"The path to the dataset");
46
47
-using Index = mdio::Index;
48
-
49
// Make Run a template function for both the type and descriptors
50
template <typename T, typename... Descriptors>
51
absl::Status Run(const Descriptors... descriptors) {
0 commit comments