From b384031eb4099c66805156d0fa65e67a650a13e0 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Tue, 8 Dec 2020 22:44:45 +0100 Subject: Cleanup: Remove archived Rust prototype --- archive/tests/1/a.f90 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 archive/tests/1/a.f90 (limited to 'archive/tests/1/a.f90') diff --git a/archive/tests/1/a.f90 b/archive/tests/1/a.f90 deleted file mode 100644 index a4f64a2..0000000 --- a/archive/tests/1/a.f90 +++ /dev/null @@ -1,11 +0,0 @@ -module a -use b, only: g -implicit none - -contains - - subroutine f() - call g() - end subroutine - -end module -- cgit v1.2.3