net: zoap: Remove unused struct definition
Change-Id: I1b57972386b0def02eb125b6ae4825f11268f6ce Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
parent
9d0a484690
commit
0cdfd75c7f
1 changed files with 0 additions and 6 deletions
|
@ -1145,12 +1145,6 @@ int zoap_add_size2_option(struct zoap_packet *zpkt,
|
|||
return zoap_add_option_int(zpkt, ZOAP_OPTION_SIZE2, ctx->total_size);
|
||||
}
|
||||
|
||||
struct block_transfer {
|
||||
int num;
|
||||
int block_size;
|
||||
bool more;
|
||||
};
|
||||
|
||||
static int get_block_option(const struct zoap_packet *zpkt, u16_t code)
|
||||
{
|
||||
struct zoap_option option;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue