free NULL cleanup
[openssl.git] / crypto / x509v3 / pcy_lib.c
index dbb29835fa9714f1e9d9222cfc8e88d934ebee2f..58ce8a0d12b96c34716b7a2daba6ed19723278e8 100644 (file)
@@ -140,15 +140,6 @@ const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node)
     return node->data->valid_policy;
 }
 
-#if 0
-int X509_policy_node_get_critical(const X509_POLICY_NODE *node)
-{
-    if (node_critical(node))
-        return 1;
-    return 0;
-}
-#endif
-
 STACK_OF(POLICYQUALINFO) *X509_policy_node_get0_qualifiers(const
                                                            X509_POLICY_NODE
                                                            *node)