Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed May 5, 2022
1 parent a069b5c commit 7d0860a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/runtime/rpc/rpc_channel_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@

#include <memory>
#include <utility>
#include <stdio.h>

#include "../minrpc/minrpc_server_logging.h"
#include "rpc_channel.h"

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#define RX_BUFFER_SIZE 65536

namespace tvm {
Expand Down

0 comments on commit 7d0860a

Please sign in to comment.