diff options
| author | ruki <[email protected]> | 2019-11-03 23:01:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-03 23:01:23 +0800 |
| commit | 7a63343afae6bf51e25ec4b7d2d8cdf704de3c1a (patch) | |
| tree | 1664a59a6338713d0020546bd91e991dece84342 /xmake/core/base/bytes.lua | |
| parent | 8eddfb0d678d6ea5427ae55e9dff108fde5add42 (diff) | |
improve udp demo
Diffstat (limited to 'xmake/core/base/bytes.lua')
| -rw-r--r-- | xmake/core/base/bytes.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/core/base/bytes.lua b/xmake/core/base/bytes.lua index 3b1fa141a..9761dd667 100644 --- a/xmake/core/base/bytes.lua +++ b/xmake/core/base/bytes.lua @@ -198,10 +198,6 @@ end -- dump whole bytes data function _instance:dump() - -- dump head - utils.print("") - - -- walk local i = 0 local n = 147 local p = 0 |
