diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-02-10 00:34:19 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-02-10 00:34:19 +0000 |
| commit | d9fa683219f11fecc3ebc55b62703c7176013e3e (patch) | |
| tree | 2721299d9643ad0857542bbfc47034a70337aa71 | |
| parent | 1da63271d99a1993c13a3ccbdc22db8b952ecc9d (diff) | |
Remove follow-idwsf-stupid-semantic flag
* lasso/lasso.c:
this flag is useless, that's me that is stupid.
| -rw-r--r-- | lasso/lasso.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c index 6b08e8bb..96a9dea0 100644 --- a/lasso/lasso.c +++ b/lasso/lasso.c @@ -50,10 +50,6 @@ gboolean lasso_flag_memory_debug = FALSE; gboolean lasso_flag_strict_checking = FALSE; /* set to false, it do not sign messages */ gboolean lasso_flag_add_signature = TRUE; -#ifdef LASSO_WSF_ENABLED -/* set to false, it do not follow stupid id-wsf semantic */ -gboolean lasso_flag_follow_id_wsf_stupid_semantic = FALSE; -#endif static void lasso_flag_parse_environment_variable(); /* do not sign messages */ gboolean lasso_flag_sign_messages = TRUE; @@ -268,12 +264,6 @@ void lasso_set_flag(char *flag) { lasso_flag_sign_messages = value; continue; } -#ifdef LASSO_WSF_ENABLED - if (g_strcmp0(flag, "follow-stupid-id-wsf-semantic") == 0) { - lasso_flag_follow_id_wsf_stupid_semantic = value; - continue; - } -#endif } while (FALSE); } |
