Skip to content

Commit 3ba49cc

Browse files
clang changes
Signed-off-by: AdityaPandeyCN <[email protected]>
1 parent b3271e1 commit 3ba49cc

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

benchmark/generate_sam_benchmark.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ static void BM_GenerateSAM(benchmark::State &state)
1616

1717
BENCHMARK(BM_GenerateSAM)->Range(100, 10000);
1818
BENCHMARK_MAIN();
19-

benchmark/region_query_benchmark.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ BENCHMARK_REGISTER_F(RegionQueryFixture, TTree)->DenseRange(0, 17, 1)->Unit(benc
100100
BENCHMARK_REGISTER_F(RegionQueryFixture, RNTuple)->DenseRange(0, 17, 1)->Unit(benchmark::kSecond);
101101

102102
BENCHMARK_MAIN();
103-

inc/ramcore/SamToNTuple.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ void samtoramntuple_split_by_chromosome(const char *datafile, const char *output
1616
const std::vector<std::string> &only_chromosomes = {});
1717

1818
#endif
19-

src/ramcore/RAMNTupleView.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,3 @@ Long64_t ramntupleview(const char *file, const char *query, bool cache, bool per
182182
std::cout << "Found " << static_cast<long long>(count) << " records in region " << (query ? query : "") << std::endl;
183183
return count;
184184
}
185-

src/ramcore/SamToNTuple.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,3 @@ void samtoramntuple_split_by_chromosome(const char *datafile, const char *output
301301
}
302302
}
303303
}
304-

test/ramcoretests.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ TEST_F(ramcoreTest, ConversionProducesEqualEntries) {
6666
EXPECT_TRUE(ramntupleview_output.find("Found") != std::string::npos);
6767
EXPECT_TRUE(ramntupleview_output.find("records in region") != std::string::npos);
6868
}
69-

0 commit comments

Comments
 (0)