# `Empty` (procedure) - **Type:** PROCEDURE - **Deterministic:** NO - **SQL data access:** CONTAINS SQL ## Parameters _No parameters._ ## Body _Body is not pre-cached. To inspect: `mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE PROCEDURE `Empty`'`._ ## Narrative **Business context:** Developer scratch — a literally-empty procedure (`BEGIN #Routine body goes here... END`) left over from MySQL Workbench's "Create Procedure" wizard template. **What it does:** Nothing. Body is the boilerplate placeholder comment with no statements. **Invocation:** Status: appears orphaned. No caller in any channel — no form sSqlStr, no gdsmodule hook, no other routine, no xly-src reference. Safe to drop after maintainer confirmation.