Remove cfg from create_vk_handles
This commit is contained in:
parent
9b6342ecc2
commit
da9db26684
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ pub trait VulkanDevice {
|
|||
fn device(&self) -> &std::sync::Arc<device::Device>;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub fn create_vk_handles() -> anyhow::Result<(
|
||||
std::sync::Arc<prelude::Device>,
|
||||
std::sync::Arc<std::sync::Mutex<prelude::Queue>>,
|
||||
|
|
Loading…
Reference in a new issue