commit | 5fa8af3803ae8893c0161c14ec3858d855693b96 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Mar 20 07:34:09 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon Mar 20 07:34:09 2017 -0700 |
tree | 960362694eadcafe9be44622f7a30254ab012302 | |
parent | 7675c9f2c7b62f5a127fd06af83223482ff9b594 [diff] |
keystore: remove unused using statement Test: pass Bug: 36099713 Change-Id: I8f7e1559ce2dafbffee3d7c36083bf9a6307917f
diff --git a/keystore/include/keystore/keymaster_tags.h b/keystore/include/keystore/keymaster_tags.h index b347dbf..05a33cd 100644 --- a/keystore/include/keystore/keymaster_tags.h +++ b/keystore/include/keystore/keymaster_tags.h
@@ -86,7 +86,6 @@ using ::android::hardware::hidl_vec; using ::android::hardware::Return; -using ::android::hardware::Status; // The following create the numeric values that KM_TAG_PADDING and KM_TAG_DIGEST used to have. We // need these old values to be able to support old keys that use them.