summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar schaef <unknown>2010-01-28 16:26:11 +0000
committerGravatar schaef <unknown>2010-01-28 16:26:11 +0000
commit797a819fd618ef3e0a3f44c5ac0eda5d018a0999 (patch)
treeda177f54a4d13e77b2f4feecf189cafcc1e1b2e1
parent2638d7607aa02c36c0ec6a5228049c643b3696e3 (diff)
bugfix
-rw-r--r--Source/VCGeneration/VCDoomed.ssc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VCGeneration/VCDoomed.ssc b/Source/VCGeneration/VCDoomed.ssc
index 7a235424..f1487fad 100644
--- a/Source/VCGeneration/VCDoomed.ssc
+++ b/Source/VCGeneration/VCDoomed.ssc
@@ -181,7 +181,7 @@ namespace VC
impl.Blocks.Add(newfirst);
impl.Blocks.AddRange(blist);
- Impl2Dot(impl, String.Format("c:/dot/{0}_copied.dot", impl.Name) );
+ //Impl2Dot(impl, String.Format("c:/dot/{0}_copied.dot", impl.Name) );
#endregion
}
}