summaryrefslogtreecommitdiff
path: root/ckcapi-trust.c
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-trust.c')
-rw-r--r--ckcapi-trust.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ckcapi-trust.c b/ckcapi-trust.c
index b048b9c..0449fc6 100644
--- a/ckcapi-trust.c
+++ b/ckcapi-trust.c
@@ -257,12 +257,6 @@ trust_bytes_attribute(CkCapiObjectData* objdata, CK_ATTRIBUTE_PTR attr)
return CKR_ATTRIBUTE_TYPE_INVALID;
}
-static CK_RV
-trust_date_attribute(CkCapiObjectData* objdata, CK_ATTRIBUTE_PTR attr)
-{
- return CKR_ATTRIBUTE_TYPE_INVALID;
-}
-
static unsigned int
trust_hash_func(CkCapiObject* obj)
{
@@ -294,7 +288,6 @@ static const CkCapiObjectDataVtable trust_objdata_vtable = {
trust_bool_attribute,
trust_ulong_attribute,
trust_bytes_attribute,
- trust_date_attribute,
trust_release,
};