Skip to content

Commit

Permalink
Parser
Browse files Browse the repository at this point in the history
- Removed `getWorkingDirectory()`
- Removed unneeded imports
  • Loading branch information
deavmi committed Nov 3, 2023
1 parent f19e949 commit 2d7cfb5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/tlang/compiler/parsing/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -2293,17 +2293,7 @@ public final class Parser
gprintln("parseImport(): Leave", DebugType.WARNING);
}

import std.path;


import std.file;

private static string getWorkingDirectory()
{
// TOOD: look at lazy, seems cool
string workDir = absolutePath(".");
return workDir;
}


// Whilst we're building it, we may
Expand Down

0 comments on commit 2d7cfb5

Please sign in to comment.