From 53812065cf124b6c1bc40fceec46f8c161033e29 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 24 Feb 2024 23:20:32 +0000 Subject: Remove unused JS code and docs --- lib/constants.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/constants.js (limited to 'lib') diff --git a/lib/constants.js b/lib/constants.js deleted file mode 100644 index 2142718..0000000 --- a/lib/constants.js +++ /dev/null @@ -1 +0,0 @@ -export const kFileNotFoundError = 'ENOENT'; -- cgit