removed unused function
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 8 Oct 2008 19:49:25 +0000 (19:49 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Wed, 8 Oct 2008 19:49:25 +0000 (19:49 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@491 052ea7fc-9027-0410-9066-f65837a77df0

ragel/xmlcodegen.cpp
ragel/xmlcodegen.h

index 550dddf..25e198d 100644 (file)
@@ -549,10 +549,6 @@ void XMLCodeGen::makeEntry( GenInlineList *outList, InlineItem *item )
        inlineItem->targId = entryState;
 }
 
-void XMLCodeGen::makeLmSetActId( GenInlineList *outList, InlineItem *item )
-{
-}
-
 void XMLCodeGen::makeLmOnLast( GenInlineList *outList, InlineItem *item )
 {
 }
index 74a2bbd..135bfdd 100644 (file)
@@ -100,7 +100,6 @@ private:
        void writeNext( InlineItem *item );
        void writeNextExpr( InlineItem *item );
        void writeEntry( InlineItem *item );
-       void writeLmSetActId( InlineItem *item );
        void writeLmOnLast( InlineItem *item );
        void writeLmOnNext( InlineItem *item );
        void writeLmOnLagBehind( InlineItem *item );
@@ -132,7 +131,6 @@ private:
        void makeNext( GenInlineList *outList, InlineItem *item );
        void makeNextExpr( GenInlineList *outList, InlineItem *item );
        void makeEntry( GenInlineList *outList, InlineItem *item );
-       void makeLmSetActId( GenInlineList *outList, InlineItem *item );
        void makeLmOnLast( GenInlineList *outList, InlineItem *item );
        void makeLmOnNext( GenInlineList *outList, InlineItem *item );
        void makeLmOnLagBehind( GenInlineList *outList, InlineItem *item );