haacked / routemagic

Utility Library to get the most out of ASP.NET Routing.
MIT License
186 stars 46 forks source link

Unused for loop #5

Open rbirkby opened 12 years ago

rbirkby commented 12 years ago

https://github.com/Haacked/RouteMagic/blob/master/src/UnitTests/RouteEvaluator.cs#L26

The loop variable is never used inside the loop

haacked commented 11 years ago

Oh yeah! Care to send a pull request that fixes it?