identification: Remove unused ID_USER_ID type

This commit is contained in:
Tobias Brunner
2015-08-17 11:49:12 +02:00
parent 4a2e17997f
commit 017dbb1c5e
2 changed files with 3 additions and 11 deletions
-5
View File
@@ -129,11 +129,6 @@ enum id_type_t {
* Private ID type which represents a GeneralName of type URI
*/
ID_DER_ASN1_GN_URI = 201,
/**
* Private ID type which represents a user ID
*/
ID_USER_ID = 202
};
/**