aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-08 15:42:51 +0200
committerlemon <lsof@mailbox.org>2022-08-08 15:42:51 +0200
commitcc325dce01101e8b488cfc7e9fddfe0f778c7e17 (patch)
tree984f9965fa3e66de844d377100844b127f3f6ca8 /bootstrap
parentdd29ff7e1ea2528c83fdfeda070ea7398eaae8ce (diff)
dbg
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap/parse.c b/bootstrap/parse.c
index ebfd7d7..1327e71 100644
--- a/bootstrap/parse.c
+++ b/bootstrap/parse.c
@@ -2777,7 +2777,6 @@ doimport(struct parser *P, const char *path) {
struct parser P2;
const char *basedir = getbasedir(P->curfile);
snprintf(path2, sizeof path2 - 1, "%s/%s", basedir, path);
- epri("path2= %q\n", path2);
if (!(rpath = realpath(path2, _rpath)))
fatal(P, P->tokspan, "import %q: %s", path, strerror(errno));