From e537e9d7462993e2450a5de8bf3f10bf92a7a582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Sat, 10 Feb 2024 16:12:08 +0100 Subject: [PATCH] Remove duplicate export --- base/filesystem.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/base/filesystem.jl b/base/filesystem.jl index 47d4b32e856bf..9ae8c3a5a1d14 100644 --- a/base/filesystem.jl +++ b/base/filesystem.jl @@ -117,7 +117,6 @@ export File, JL_O_SEQUENTIAL, JL_O_RANDOM, JL_O_NOCTTY, - JL_O_NOCTTY, JL_O_NONBLOCK, JL_O_NDELAY, JL_O_SYNC,