mirror of
https://github.com/libretro/Play-.git
synced 2025-02-12 20:29:11 +00:00
Removed unused piece of code.
git-svn-id: http://svn.purei.org/purei/trunk@1605 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
e72d42db22
commit
3d4bbb9260
@ -32,15 +32,6 @@ struct AOT_BLOCK_KEY
|
||||
return k1.crc < k2.crc;
|
||||
}
|
||||
}
|
||||
|
||||
bool operator ==(const AOT_BLOCK_KEY& k2) const
|
||||
{
|
||||
const auto& k1 = (*this);
|
||||
if(k1.crc != k2.crc) return false;
|
||||
if(k1.begin != k2.begin) return false;
|
||||
if(k1.end != k2.end) return false;
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
namespace Jitter
|
||||
|
Loading…
x
Reference in New Issue
Block a user