diff options
Diffstat (limited to 'runtime/transport/control.c')
-rw-r--r-- | runtime/transport/control.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c index 4b476ee1..9319b9ca 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -100,10 +100,6 @@ static void _stp_ctl_write_dbug(int type, void *data, int len) case STP_TRANSPORT: _dbug("sending STP_TRANSPORT\n"); break; - case STP_UNWIND: - snprintf(buf, sizeof(buf), "%s", (char *)data); - _dbug("sending STP_UNWIND %s [len=%d]\n", buf, len); - break; default: _dbug("ERROR: unknown message type: %d\n", type); break; |