diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:05:23 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:05:23 +0000 |
| commit | d8aa0d69a0e3aaffac7ddeda672efe95bec91a49 (patch) | |
| tree | a5fa6b84399a8f79b43aca3d2fcd92e66485f9b0 | |
| parent | 642dcfdfbbf3909c03f9a088eb8e0c461e9dade5 (diff) | |
| download | lasso-d8aa0d69a0e3aaffac7ddeda672efe95bec91a49.tar.gz lasso-d8aa0d69a0e3aaffac7ddeda672efe95bec91a49.tar.xz lasso-d8aa0d69a0e3aaffac7ddeda672efe95bec91a49.zip | |
Core: remove commented code
* lasso/xml/xml.c:
remove commented code to handle a specific lasso extension.
| -rw-r--r-- | lasso/xml/xml.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 727f586a..c1f36eb0 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -1687,10 +1687,6 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode) typename = g_strdup("LassoWsSec1SecurityHeader"); } else if (prefix != NULL && strcmp(prefix, "Soap") == 0 && strcmp(node_name, "detail") == 0) { /* FIXME */ typename = g_strdup("LassoSoapDetail"); -#if 0 /* Remove special casing for DGME lib */ - } else if (prefix != NULL && strcmp(prefix, "DgmeMspEd") == 0 && strcmp(node_name, "file") == 0) { /* FIXME */ - typename = g_strdup("LassoDgmeMspEdFile"); -#endif } else { if (prefix != NULL) { typename = g_strdup_printf("Lasso%s%s", prefix, node_name); |
