Skip to content

Commit 8bf1830

Browse files
mfasDashahor02
authored andcommitted
[EMCAL-600] Remove dead code
Remove unreachable line entered via copy&paste of an example hash function that was adapted later.
1 parent a563c44 commit 8bf1830

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • Detectors/EMCAL/base/include/EMCALBase

Detectors/EMCAL/base/include/EMCALBase/Mapper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class Mapper
6767
size_t h2 = std::hash<int>()(s.mColumn);
6868
size_t h3 = std::hash<int>()(o2::emcal::channelTypeToInt(s.mChannelType));
6969
return ((h1 ^ (h2 << 1)) >> 1) ^ (h3 << 1);
70-
return h1 ^ (h2 << 1);
7170
}
7271
};
7372

0 commit comments

Comments
 (0)