Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysawesome committed Jun 15, 2016
1 parent ab88d1b commit 919115b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nagger.Services/TimeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
public class TimeService : ITimeService
{
readonly ILocalTimeRepository _localTimeRepository;
readonly IProjectService _projectService;
readonly IRemoteTimeRepository _remoteTimeRepository;
readonly ISettingsService _settingsService;
readonly IAssociatedRemoteRepositoryService _associatedRemoteRepositoryService;
Expand Down

0 comments on commit 919115b

Please sign in to comment.