Skip to content

Commit

Permalink
Fix a string constant that was breaking the build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390135067
  • Loading branch information
pichuan authored and copybara-github committed Aug 11, 2021
1 parent a8b47f4 commit 528a188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions third_party/nucleus/io/sam_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ using nucleus::genomics::v1::SamHeader;
using nucleus::genomics::v1::SamReaderOptions;
using std::vector;

using tensorflow::WARNING;

using google::protobuf::RepeatedField;

namespace {

inline constexpr absl::string_view kOQ = "OQ";
inline constexpr char kOQ[] = "OQ";

bool FileTypeIsIndexable(htsFormat format) {
return format.format == bam || format.format == cram;
Expand Down

0 comments on commit 528a188

Please sign in to comment.