]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commitdiff
tests: remove unused g_test_bdev2 variable
authorTulio A M Mendes <[email protected]>
Tue, 26 May 2026 04:45:27 +0000 (01:45 -0300)
committerTulio A M Mendes <[email protected]>
Wed, 3 Jun 2026 04:02:35 +0000 (01:02 -0300)
tests/test_utils.c

index 82ec41ee706db5975f8a2379969e6bbb88cd8c43..ea3163e98ae77e18c328f09c7d9649930b2d2614 100644 (file)
@@ -801,7 +801,6 @@ TEST(elf_null) {
 
 /* ======== PARTITION LAYER TESTS ======== */
 static block_device_t g_test_bdev1 = {"hda", 512, 1024*1024, 0};
-static block_device_t g_test_bdev2 = {"hdb", 512, 512*1024, 1};
 
 TEST(part_register_basic) {
     partition_registry_reset();