From 62a4bcdc713ca591d1b416fb8e07ddb8d1f771f7 Mon Sep 17 00:00:00 2001 From: djx Date: Tue, 18 Apr 2017 16:03:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81remove=20not=20used=20require=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/watchdog.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/watchdog.lua b/examples/watchdog.lua index efee5e24..dabbd097 100644 --- a/examples/watchdog.lua +++ b/examples/watchdog.lua @@ -1,5 +1,4 @@ local skynet = require "skynet" -local netpack = require "netpack" local CMD = {} local SOCKET = {}