From f184634d5f0f3cd96dbe12ecedc7ef777873ecf3 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 25 Jul 2019 16:05:59 +0100 Subject: [PATCH] Remove unused function --- kfusd/kfusd.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/kfusd/kfusd.c b/kfusd/kfusd.c index 45cc6f3..3655ca4 100755 --- a/kfusd/kfusd.c +++ b/kfusd/kfusd.c @@ -951,16 +951,6 @@ zombie_dev: return -EPIPE; } -/* fusd client system call handlers should call this after they call - * fops_call, to destroy the message that was returned to them. */ -static void fusd_transaction_done(struct fusd_transaction *transaction) -{ - transaction->transid = -1; - transaction->pid = 0; -} - - - /********* Functions for opening a FUSD device *******************/