From bb44540b2fc5f037d68cdd8b25ccd251046f4094 Mon Sep 17 00:00:00 2001 From: "Join.G" Date: Sun, 9 Jun 2024 18:17:42 +0800 Subject: [PATCH] The line is unnecessary. --- lib/9p.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/9p.js b/lib/9p.js index d7766f3347..cc0eb0652c 100644 --- a/lib/9p.js +++ b/lib/9p.js @@ -477,8 +477,6 @@ Virtio9p.prototype.ReceiveRequest = async function (bufchain) { this.SendReply(bufchain); break; } - req[0] |= 0x1000; // P9_STATS_GEN - req[0] = req[1]; // request mask req[1] = inode.qid;