Skip to content

Commit 6547c76

Browse files
Marking an unused variable for later removal
1 parent e5f16a3 commit 6547c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromosome_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ adjust_start_pos(const size_t orig_start, const string &chrom_name) {
7474

7575
static size_t
7676
adjust_region_size(const size_t orig_start,
77-
const string &chrom_name,
77+
const string &chrom_name, // ADS: remove this soon
7878
const size_t orig_size) {
7979
static const double LINE_WIDTH = 50.0;
8080
const size_t preceding_newlines_start =

0 commit comments

Comments
 (0)