From d6f4a37de8fb0b592435d1ac1122f5f8d9aa9fb4 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sat, 22 May 2021 22:36:01 +0200 Subject: [PATCH] Remove unused qssb_end_policy() --- qssb.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qssb.h b/qssb.h index 3db4e2c..9e471ce 100644 --- a/qssb.h +++ b/qssb.h @@ -402,13 +402,6 @@ static int mount_to_chroot(const char *chroot_target_path, struct qssb_path_poli return 0; } -/* Ends the policy as best as possible. */ -/* TODO: can this function do actually anything useful?*/ -int qssb_end_policy(struct qssb_policy *ctxt) -{ - return 0; -} - /* * Frees the memory taken by a qssb_policy object */