Remove unrelated comment

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index 272493c..f6cb810 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -6490,7 +6490,6 @@
     psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation);
 
     {
-        /* This can't happen unless the operation object was not initialized */
         (void) step;
         (void) value;
         (void) kdf_alg;