From e6d32fb6394aae9b097a04b0b29de17442d2e877 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 13 Jan 2011 12:41:02 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3211 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index f6a3a5e2b..81b70a737 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -436,15 +436,6 @@ enum scst_exec_context { /* The cmd should be sent to SCSI mid-level */ #define SCST_EXEC_NOT_COMPLETED 1 -/* - * Set if cmd is finished and there is status/sense to be sent. - * The status should be not sent (i.e. the flag not set) if the - * possibility to perform a command in "chunks" (i.e. with multiple - * xmit_response()/rdy_to_xfer()) is used (not implemented yet). - * Obsolete, use scst_cmd_get_is_send_status() instead. - */ -#define SCST_TSC_FLAG_STATUS 0x2 - /************************************************************* ** Additional return code for dev handler's task_mgmt_fn() *************************************************************/