mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
fcst: Remove ft_cmd_flag()
This function is no longer used. r8010 removed the last user of this function. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8013 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -20,17 +20,6 @@
|
||||
#include <scsi/fc_encode.h>
|
||||
#include "fcst.h"
|
||||
|
||||
/*
|
||||
* Append string to buffer safely.
|
||||
* Also prepends a space if there's already something the buf.
|
||||
*/
|
||||
static void ft_cmd_flag(char *buf, size_t len, const char *desc)
|
||||
{
|
||||
if (buf[0])
|
||||
strlcat(buf, " ", len);
|
||||
strlcat(buf, desc, len);
|
||||
}
|
||||
|
||||
/*
|
||||
* ft_set_cmd_state() - set the state of a command
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user