diff options
Diffstat (limited to 'src/dex_file.cc')
| -rw-r--r-- | src/dex_file.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dex_file.cc b/src/dex_file.cc index c17a225b80..7c54018587 100644 --- a/src/dex_file.cc +++ b/src/dex_file.cc @@ -435,7 +435,6 @@ void DexFile::InitIndex() { } const DexFile::ClassDef* DexFile::FindClassDef(const StringPiece& descriptor) const { - CHECK(!descriptor.empty()); Index::const_iterator it = index_.find(descriptor); if (it == index_.end()) { return NULL; |