From c4536f50556eefd1eb318c0a07e9371e0efced37 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Thu, 1 Jun 2023 22:30:49 +0200
Subject: [PATCH] Remove useless use

---
 Common/read_field_indices.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/read_field_indices.f90 b/Common/read_field_indices.f90
index bfdd8238..2afe31bb 100644
--- a/Common/read_field_indices.f90
+++ b/Common/read_field_indices.f90
@@ -7,7 +7,7 @@ contains
   subroutine read_field_indices(hshp)
 
     ! Libraries:
-    use shapelib, only: dbfgetfieldindex, dbffileisnull
+    use shapelib, only: dbffileisnull
     use shapelib_03, only: dbf_get_field_index_03
 
     use derived_types, only: shpc_slice_handler
-- 
GitLab