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

Commit aa6bd78f authored by Yiwei Zhang's avatar Yiwei Zhang Committed by Android (Google) Code Review
Browse files

Merge "Vulkan: remove some redundant codes"

parents 42fe694a f8f506c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1209,7 +1209,6 @@ VkResult CreateDevice(VkPhysicalDevice physicalDevice,
    }

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

    *pDevice = dev;

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

    VkDevice driver_device;
    DeviceDriverTable driver;
    uint32_t driver_version;
};

bool Debuggable();