Skip to content

Commit

Permalink
Remove unused MULTI_RELEASE_LENGTH constant.
Browse files Browse the repository at this point in the history
Closes #16033.

PiperOrigin-RevId: 470237397
Change-Id: I241112aea75f0556477fa0421a16f790ad323b76
  • Loading branch information
benjaminp authored and pull[bot] committed Jul 26, 2023
1 parent 806fe37 commit 1052672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/singlejar/combiners.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ bool PropertyCombiner::Merge(const CDH * /*cdh*/, const LH * /*lh*/) {
ManifestCombiner::~ManifestCombiner() {}

static const char *MULTI_RELEASE = "Multi-Release: true";
static const size_t MULTI_RELEASE_LENGTH = strlen(MULTI_RELEASE);

static const char *MULTI_RELEASE_PREFIX = "Multi-Release: ";
static const size_t MULTI_RELEASE_PREFIX_LENGTH = strlen(MULTI_RELEASE_PREFIX);
Expand Down

0 comments on commit 1052672

Please sign in to comment.