Remove psa_make_key_persistent
diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h
index 91adc85..df76571 100644
--- a/include/psa/crypto_struct.h
+++ b/include/psa/crypto_struct.h
@@ -279,14 +279,6 @@
     return( v );
 }
 
-static inline void psa_make_key_persistent(psa_key_attributes_t *attributes,
-                                           psa_key_id_t id,
-                                           psa_key_lifetime_t lifetime)
-{
-    attributes->id = id;
-    attributes->lifetime = lifetime;
-}
-
 static inline void psa_set_key_id(psa_key_attributes_t *attributes,
                                   psa_key_id_t id)
 {