Skip to content

Commit 50384c6

Browse files
committed
modulemd-validatora: Remove a dead code
1 parent a6e05db commit 50384c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modulemd/modulemd-validator.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ parse_file_as_subdoc (const gchar *filename,
226226
const GError *subdoc_error;
227227
ModulemdYamlDocumentTypeEnum type;
228228
guint64 version;
229-
/*g_autoptr (ModulemdDefaultsV1) defaults_object = NULL;
230-
g_autoptr (ModulemdDefaultsV1) defaults_object = NULL;*/
231229
g_autoptr (GObject) object = NULL;
232230

233231
file = fopen(filename, "r");

0 commit comments

Comments
 (0)