diff Implab/Automaton/DFAStateDescriptor.cs @ 164:ec35731ae299 ref20160224

Almost complete DFA refactoring
author cin
date Thu, 25 Feb 2016 02:11:13 +0300
parents 0526412bbb26
children e227e78d72e4
line wrap: on
line diff
--- a/Implab/Automaton/DFAStateDescriptor.cs	Wed Feb 24 20:12:52 2016 +0300
+++ b/Implab/Automaton/DFAStateDescriptor.cs	Thu Feb 25 02:11:13 2016 +0300
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Implab.Automaton {
+namespace Implab.Automaton {
     public struct DFAStateDescriptior<TTag> {
         public bool final;
         public TTag[] tag;