removing dead file

This commit is contained in:
Norm MacLennan
2014-05-07 13:56:27 -07:00
parent 5ba5ec716b
commit 7a16f8eb42
2 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,6 @@
<Compile Include="Plugins\Email\ImapInput.cs" />
<Compile Include="Plugins\Email\IEmailSetting.cs" />
<Compile Include="Model\Alert.cs" />
<Compile Include="Model\IAlert.cs" />
<Compile Include="DB\RedisQueues.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

View File

@@ -86,11 +86,13 @@ namespace NOCQ.Plugins.Email
}
}
}
return alerts;
}
public void Execute(object sender, ElapsedEventArgs args)
{
var alerts = getAlerts ();
}
public void Run()