Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 3, 2010
1 parent 851e6e0 commit fae32f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Runtime/Configuration/RuntimeConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ public static RuntimeConfiguration LoadFromConfigFile(ConfigurationSectionHandle

foreach (var element in configSection.StepAssemblies)
{
// string stepAssemblyFileName = ((StepAssemblyConfigElement)element).File;
// string fullPath = Path.GetFullPath(stepAssemblyFileName);
// Assembly stepAssembly = Assembly.LoadFile(fullPath);
Assembly stepAssembly = Assembly.Load(((StepAssemblyConfigElement)element).Assembly);
config._additionalStepAssemblies.Add(stepAssembly);
}
Expand Down

0 comments on commit fae32f0

Please sign in to comment.