Skip to content

Commit

Permalink
Fix #336: unused var in cFramStorage::Object::initialize()
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 12, 2022
1 parent 01ac366 commit 7896517
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Catena_FramStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ McciCatena::cFramStorage::Object::initialize(
bool fReplicated
)
{
static const char FUNCTION[] = "cFramStorage::Object::initialize";

// compute number of clicks based on value size and whether
// there's one copy or two.
const uint16_t nClicks = neededClicks(valueSizeInBytes, fReplicated);
Expand Down

0 comments on commit 7896517

Please sign in to comment.