diff --git a/src/include/private/switch_core_pvt.h b/src/include/private/switch_core_pvt.h index 80bc18bc0a..5ad57b0c7b 100644 --- a/src/include/private/switch_core_pvt.h +++ b/src/include/private/switch_core_pvt.h @@ -214,7 +214,6 @@ struct switch_runtime { char *odbc_user; char *odbc_pass; uint32_t debug_level; - uuid_t *uuid; }; extern struct switch_runtime runtime;