From a2b4edd4d27b55bc87fde0418ccf07f87ce6b170 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 20 Mar 2020 17:25:55 +0000 Subject: [PATCH] scst/src/scst_local_cmd.h: Remove a duplicate declaration git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8843 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_local_cmd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/src/scst_local_cmd.h b/scst/src/scst_local_cmd.h index a058aa131..0dbf7b98f 100644 --- a/scst/src/scst_local_cmd.h +++ b/scst/src/scst_local_cmd.h @@ -16,6 +16,5 @@ enum scst_exec_res scst_release_local(struct scst_cmd *cmd); enum scst_exec_res scst_report_luns_local(struct scst_cmd *cmd); enum scst_exec_res scst_request_sense_local(struct scst_cmd *cmd); enum scst_exec_res scst_reserve_local(struct scst_cmd *cmd); -enum scst_exec_res scst_reserve_local(struct scst_cmd *cmd); #endif /* _SCST_LOCAL_CMD_H_ */