Remove a comment that is no longer applicable
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index 3e08657..1b44fc6 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -4551,8 +4551,7 @@
     global_data.rng_state = RNG_SEEDED;
 
     /* Initialize the key slots. Zero-initialization has made all key
-     * slots empty, so there is nothing to do. In a future version we will
-     * load data from storage. */
+     * slots empty, so there is nothing to do. */
     global_data.key_slots_initialized = 1;
 
     /* All done. */