silc_global_del_var
SYNOPSIS
SilcBool silc_global_del_var(const char *name, SilcBool tls);
DESCRIPTION
Deletes the global variable named `name'. Returns TRUE if it was deleted, FALSE if such variable does not exist and sets silc_errno.
If variable is not deleted before the process or thread is destroyed it will be deleted and freed automatically when the process or thread is destroyed.