| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 786a1c5 commit 7dd32f1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,6 @@ | |||
| 6 | 6 | #include "v8.h" | |
| 7 | 7 | ||
| 8 | 8 | #include <unordered_map> | |
| 9 | - #include <vector> | ||
| 10 | 9 | #include "permission/permission_base.h" | |
| 11 | 10 | #include "util.h" | |
| 12 | 11 | ||
@@ -131,8 +130,6 @@ class FSPermission final : public PermissionBase { | |||
| 131 | 130 | ||
| 132 | 131 | private: | |
| 133 | 132 | void GrantAccess(PermissionScope scope, const std::string& param); | |
| 134 | - void RestrictAccess(PermissionScope scope, | ||
| 135 | - const std::vector<std::string>& params); | ||
| 136 | 133 | // fs granted on startup | |
| 137 | 134 | RadixTree granted_in_fs_; | |
| 138 | 135 | RadixTree granted_out_fs_; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments