Remove function name from errors
[oweals/openssl.git] / crypto / ui / ui_lib.c
index 8c3502e8cfa061b2d2427a79b14d01b9021c7f24..d0393511a05b801c7c45777599eab8a164544be6 100644 (file)
@@ -874,13 +874,6 @@ int UI_get_result_maxsize(UI_STRING *uis)
 
 int UI_set_result(UI *ui, UI_STRING *uis, const char *result)
 {
-#if 0
-    /*
-     * This is placed here solely to preserve UI_F_UI_SET_RESULT
-     * To be removed for OpenSSL 1.2.0
-     */
-    UIerr(UI_F_UI_SET_RESULT, ERR_R_DISABLED);
-#endif
     return UI_set_result_ex(ui, uis, result, strlen(result));
 }