Build fixes
[openssl.git] / crypto / engine / eng_dyn.c
index 807da7a5eb841c61f2edc9317a41a2558b5fc12a..01db4556aaa0af52d3bf32519c6ddd3b2ef17ee6 100644 (file)
@@ -114,9 +114,6 @@ static const ENGINE_CMD_DEFN dynamic_cmd_defns[] = {
                ENGINE_CMD_FLAG_NO_INPUT},
        {0, NULL, NULL, 0}
        };
-static const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {
-       {0, NULL, NULL, 0}
-       };
 
 /* Loading code stores state inside the ENGINE structure via the "ex_data"
  * element. We load all our state into a single structure and use that as a