Remove deprecated mju_{error,warning}_{i,s} functions.

PiperOrigin-RevId: 925204136
Change-Id: Ia877d08a135092db8037d04e6a237e81325a1d7c
This commit is contained in:
Yuval Tassa
2026-06-02 01:58:19 -07:00
committed by Copybara-Service
parent ad23db5942
commit 062b0f1ea6
10 changed files with 3 additions and 241 deletions
-4
View File
@@ -147,14 +147,10 @@ _SKIPPED_MEMORY_FUNCTIONS: tuple[str, ...] = (
"mju_boxQPmalloc",
"mju_clearHandlers",
"mju_error",
"mju_error_i",
"mju_error_s",
"mju_free",
"mju_malloc",
"mju_strncpy",
"mju_warning",
"mju_warning_i",
"mju_warning_s",
# go/keep-sorted end
)