Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
[babeltrace.git] / types / array.c
index c9b973bfa13a3d3719c9bdf1d07259c1d7880fa8..e4b43d8b5fe692f44eee37b11c7947229ca6356a 100644 (file)
@@ -131,11 +131,6 @@ struct bt_definition *
                      || integer_declaration->encoding == CTF_STRING_ASCII) {
 
                        array->string = g_string_new("");
-
-                       if (integer_declaration->len == CHAR_BIT
-                           && integer_declaration->p.alignment == CHAR_BIT) {
-                               return &array->p;
-                       }
                }
        }
 
This page took 0.023001 seconds and 4 git commands to generate.