You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/08/01 21:25:14 UTC

git commit: [flex-asjs] [refs/heads/develop] - unnecessary import

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 637cb4376 -> 498d3113f


unnecessary import


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/498d3113
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/498d3113
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/498d3113

Branch: refs/heads/develop
Commit: 498d3113f6f90d2ec5914c11ab42db06f780d4ac
Parents: 637cb43
Author: Harbs <ha...@in-tools.com>
Authored: Wed Aug 2 00:25:09 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Aug 2 00:25:09 2017 +0300

----------------------------------------------------------------------
 .../flex/org/apache/flex/textLayout/compose/TextLineRecycler.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/498d3113/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/compose/TextLineRecycler.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/compose/TextLineRecycler.as b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/compose/TextLineRecycler.as
index 1be1f57..51ebc2f 100644
--- a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/compose/TextLineRecycler.as
+++ b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/compose/TextLineRecycler.as
@@ -21,7 +21,7 @@ package org.apache.flex.textLayout.compose
 	import org.apache.flex.text.engine.ITextLine;
 	import org.apache.flex.utils.ObjectMap;
 	
-	CONFIG::debug { import org.apache.flex.textLayout.debug.assert; }
+	// CONFIG::debug { import org.apache.flex.textLayout.debug.assert; }