Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions stmx/Commands/DummyCommand.cs

This file was deleted.

2 changes: 0 additions & 2 deletions stmx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ class Program
static async Task<int> Main(string[] args)
{
var services = new ServiceCollection();
services.AddTransient<Command, DummyCommand>();
services.AddTransient<Command, BatteryCommand>();
services.AddTransient<Command, MemoryCommand>();
services.AddTransient<Command, CpuCommand>();
services.AddTransient<DummyService>();

// TODO: introduce a switch to load based on OS
services.AddTransient<ISystemStatsService, LinuxSystemStatsService>();
Expand Down
14 changes: 0 additions & 14 deletions stmx/Services/DummyService.cs

This file was deleted.

6 changes: 0 additions & 6 deletions stmx/Services/DummyServiceOptions.cs

This file was deleted.