mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 02:20:57 +00:00
Ensure pid file are deleted
This commit is contained in:
@ -43,7 +43,6 @@ namespace Ntp.Data.Provider
|
||||
#if MYSQL
|
||||
return new MySqlFactory();
|
||||
#else
|
||||
// TODO: Ensure pid file are deleted
|
||||
throw new ApplicationException("NTP Analyzer was not build wit MySQL support.");
|
||||
#endif
|
||||
case SqlDatabaseProvider.PostgreSql:
|
||||
|
Reference in New Issue
Block a user