Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 67692200C7F for ; Wed, 19 Apr 2017 05:27:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6602A160BA1; Wed, 19 Apr 2017 03:27:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D942E160BB4 for ; Wed, 19 Apr 2017 05:26:59 +0200 (CEST) Received: (qmail 66862 invoked by uid 500); 19 Apr 2017 03:26:58 -0000 Mailing-List: contact commits-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucenenet.apache.org Delivered-To: mailing list commits@lucenenet.apache.org Received: (qmail 66823 invoked by uid 99); 19 Apr 2017 03:26:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 03:26:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D946DFF0F; Wed, 19 Apr 2017 03:26:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: nightowl888@apache.org To: commits@lucenenet.apache.org Date: Wed, 19 Apr 2017 03:26:59 -0000 Message-Id: <45dc66d4c1ca4f18946cb639adc74608@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/7] lucenenet git commit: Lucene.Net.Tests.Icu.Support.TestIcuBreakIterator: Removed unused using archived-at: Wed, 19 Apr 2017 03:27:00 -0000 Lucene.Net.Tests.Icu.Support.TestIcuBreakIterator: Removed unused using Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/5356773a Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/5356773a Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/5356773a Branch: refs/heads/api-work Commit: 5356773a7b56eba2c7288585e74d911c3d1f9ae9 Parents: 51fc0cb Author: Shad Storhaug Authored: Wed Apr 19 05:07:34 2017 +0700 Committer: Shad Storhaug Committed: Wed Apr 19 05:07:34 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/5356773a/src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs b/src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs index 2bc790c..8653725 100644 --- a/src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs +++ b/src/Lucene.Net.Tests.Icu/Support/TestIcuBreakIterator.cs @@ -1,5 +1,4 @@ #if FEATURE_BREAKITERATOR -using Lucene.Net.Support; using Lucene.Net.Util; using NUnit.Framework; using System;