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

Commit 5d4eae1a authored by chh's avatar chh Committed by Android Git Automerger
Browse files

am e1b737ca: Merge "Remove unused parameter"

* commit 'e1b737ca':
  Remove unused parameter
parents 112ba592 e1b737ca
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