Skip to content

Commit

Permalink
cppcheck: remove pointless overriden function
Browse files Browse the repository at this point in the history
Same as the base one. Found with uselessOverride

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Feb 5, 2024
1 parent 59bca6e commit ae2d0e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ebml/EbmlCrc32.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ DECLARE_EBML_BINARY_LENGTH(EbmlCrc32, 4)
filepos_t ReadData(IOCallback & input, ScopeMode ReadFully = SCOPE_ALL_DATA) override;
// filepos_t UpdateSize(const ShouldWrite & writeFilter = WriteSkipDefault) override;

bool IsDefaultValue() const override {
return false;
}

void AddElementCRC32(EbmlElement &ElementToCRC);
bool CheckElementCRC32(EbmlElement &ElementToCRC) const;

Expand Down

0 comments on commit ae2d0e7

Please sign in to comment.