diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 08:15:43 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 08:15:43 +0000 |
| commit | 59fabe735ceec97744859484ad4cd9c52f73d938 (patch) | |
| tree | 276eefa3982cda2aa11662d737a3361cc56767ed /macosx/PcsxrMemCardArray.h | |
| parent | b797c32f080fbdb69f4c84ace14a496b34423551 (diff) | |
| download | pcsxr-59fabe735ceec97744859484ad4cd9c52f73d938.tar.gz | |
Fix a bug in OS X 32-bit code.
Get rid of an unused ivar, as pointed out by Clang.
Adding a comment about a false positive in Clang's static analyzer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85933 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardArray.h')
| -rw-r--r-- | macosx/PcsxrMemCardArray.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h index 87dcbec7..0ace4f2d 100644 --- a/macosx/PcsxrMemCardArray.h +++ b/macosx/PcsxrMemCardArray.h @@ -14,7 +14,6 @@ @private NSArray *rawArray; int cardNumber; - NSURL *fileURL; } - (id)initWithMemoryCardNumber:(int)carNum; |
