Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 877314e

Browse files
committed
rm unused ensure dirs from config
1 parent 3470813 commit 877314e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/etc/Config.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public static void Set<T>(string section, string key, T value)
5353

5454
public static void Ensure()
5555
{
56-
Dirs.Ensure();
5756
if(Dirs.ConfigFile.Exists)
5857
return;
5958
var c = new Ini();

0 commit comments

Comments
 (0)