X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_filedb/lib/MetaRecord.cpp diff --git a/OSX/libsecurity_filedb/lib/MetaRecord.cpp b/OSX/libsecurity_filedb/lib/MetaRecord.cpp index 63be9447..f096d600 100644 --- a/OSX/libsecurity_filedb/lib/MetaRecord.cpp +++ b/OSX/libsecurity_filedb/lib/MetaRecord.cpp @@ -116,7 +116,6 @@ MetaRecord::setRecordAttributeInfo(const CSSM_DB_RECORD_ATTRIBUTE_INFO &inInfo) } default: CssmError::throwMe(CSSMERR_DL_INVALID_FIELD_NAME); - break; } } } @@ -421,7 +420,6 @@ MetaRecord::attributeIndex(const CSSM_DB_ATTRIBUTE_INFO &inAttributeInfo) const } default: CssmError::throwMe(CSSMERR_DL_INVALID_FIELD_NAME); - break; } return anIndex;