diff options
author | 2017-01-18 18:47:50 +0800 | |
---|---|---|
committer | 2017-01-18 18:47:50 +0800 | |
commit | 7a43143576f0823ea45e9c58b11b8890b1321a5f (patch) | |
tree | dc5ae967ed325efe8deae9b1f661dce791cabc8b /nsh-plugin/nsh/nsh.c | |
parent | 1c1b8fe11688a39e9a6ee8e5a5ab30e5e5fae24b (diff) |
Test tag v17.01-rc1
Change-Id: Id8daa33dbcabc44c3afc4a3a85acae34742010f6
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/nsh/nsh.c')
-rw-r--r-- | nsh-plugin/nsh/nsh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nsh-plugin/nsh/nsh.c b/nsh-plugin/nsh/nsh.c index 9353378..d7d799b 100644 --- a/nsh-plugin/nsh/nsh.c +++ b/nsh-plugin/nsh/nsh.c @@ -57,7 +57,6 @@ * rmp - pointer to reply message type * rv - return value */ - #define REPLY_MACRO(t) \ do { \ unix_shared_memory_queue_t * q = \ |