Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8f506c5 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

Vulkan: remove some redundant codes

Bug: 134185757
Test: build
Change-Id: I843f361e31d098bc1f0ab2de67aac1e1161aa351
parent 223ebb0e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1208,7 +1208,6 @@ VkResult CreateDevice(VkPhysicalDevice physicalDevice,
    }
    }


    data->driver_device = dev;
    data->driver_device = dev;
    data->driver_version = properties.driverVersion;


    *pDevice = dev;
    *pDevice = dev;


+0 −1
Original line number Original line Diff line number Diff line
@@ -98,7 +98,6 @@ struct DeviceData {


    VkDevice driver_device;
    VkDevice driver_device;
    DeviceDriverTable driver;
    DeviceDriverTable driver;
    uint32_t driver_version;
};
};


bool Debuggable();
bool Debuggable();