Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unreachable code.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 24, 2013
1 parent 77d9ec2 commit a9678f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/android/SDL_android.c
Expand Up @@ -799,7 +799,6 @@ size_t Android_JNI_FileRead(SDL_RWops* ctx, void* buffer,
LocalReferenceHolder_Cleanup(&refs);
return bytesRead / size;
}
LocalReferenceHolder_Cleanup(&refs);
}

size_t Android_JNI_FileWrite(SDL_RWops* ctx, const void* buffer,
Expand Down

0 comments on commit a9678f5

Please sign in to comment.