Removes unused builtin.rs

This commit is contained in:
Gregor Reitzenstein 2020-11-17 13:58:29 +01:00
parent 378c184342
commit 0fef683f41

View File

@ -1,5 +0,0 @@
use crate::db::access::Perm;
static BUILTIN_PERMISSIONS: [Perm] = [
Perm::new("")
];