remove unused identity macro

this is not required anymore by the sortable macro

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-11-29 11:24:02 +01:00
parent 368daf13fd
commit e25982f24e
12 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
use proxmox_router::{Router, SubdirMap};
use proxmox_router::list_subdirs_api_method;
use proxmox_sys::{identity, sortable};
use proxmox_sys::sortable;
pub mod tfa;
pub mod openid;