Skip to content

Commit

Permalink
Removed unreachable return statement.
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
  • Loading branch information
xlietz committed Oct 11, 2019
1 parent a2a133a commit d8fc18e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenEXR/IlmImf/ImfIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ IStream::readMemoryMapped (int n)
{
throw IEX_NAMESPACE::InputExc ("Attempt to perform a memory-mapped read "
"on a file that is not memory mapped.");
return 0;
}


Expand Down

0 comments on commit d8fc18e

Please sign in to comment.