diff --git a/src/rntviewer.cpp b/src/rntviewer.cpp index b2646e2..61d8fbb 100644 --- a/src/rntviewer.cpp +++ b/src/rntviewer.cpp @@ -83,7 +83,7 @@ using ROOT::Experimental::Internal::RNTupleSerializer; #endif #define V_MAJOR "0" -#define V_MINOR "10" +#define V_MINOR "11" // Internal sources // -------------------------------------------------- diff --git a/src/tfile.cpp b/src/tfile.cpp index 0d7a50f..a1b1592 100644 --- a/src/tfile.cpp +++ b/src/tfile.cpp @@ -439,7 +439,6 @@ b8 get_tfile_data(Arena *arena, const Inspected_File &file, u32 walk_tkeys_flags { b8 success = walk_tkeys(arena, file.mem, file.size, walk_tkeys_flags, tfile_data, ntpl_name); if (success) { - // TODO: if ntpl_name is non-empty, only pick the given RNTuple map_rntuple_rblobs(arena, tfile_data); } else { fprintf(stderr, "Error: failed to walk TFile keys.\n");