Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1b737ca authored by chh's avatar chh Committed by Gerrit Code Review
Browse files

Merge "Remove unused parameter"

parents 6c7d332f d7f903ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ status_t TiffEntryImpl<T>::writeTagInfo(uint32_t offset, /*out*/EndianOutput* ou
}

template<typename T>
status_t TiffEntryImpl<T>::writeData(uint32_t offset, EndianOutput* out) const {
status_t TiffEntryImpl<T>::writeData(uint32_t /*offset*/, EndianOutput* out) const {
    status_t ret = OK;

    // Some tags have fixed-endian value output