From e72cb71f455f7effd45da1ccb7b69fcac3e044eb Mon Sep 17 00:00:00 2001 From: boyce Date: Thu, 28 Feb 2019 09:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E5=85=A8=E9=98=9F?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/sync_queue.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/util/sync_queue.go b/util/sync_queue.go index 4179fc3..e73d369 100644 --- a/util/sync_queue.go +++ b/util/sync_queue.go @@ -1,16 +1,3 @@ -// Copyright 2014 mqant Author. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. package util import (