From aa752f40d72910fbfe24b9d04e83dddf925ef461 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 29 Dec 2009 02:25:35 +0000 Subject: [PATCH] still nothing to see here git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16075 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/private/switch_core_pvt.h | 1 - 1 file changed, 1 deletion(-) 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;