diff --git a/lib/superfox/foxgen2.f90 b/lib/superfox/foxgen2.f90 deleted file mode 100644 index 127311ffe..000000000 --- a/lib/superfox/foxgen2.f90 +++ /dev/null @@ -1,11 +0,0 @@ -subroutine foxgen2(nslots,cmsg) - - character*40 cmsg(5) - - print*,' ' - do i=1,nslots - print*,i,cmsg(i) - enddo - - return -end subroutine foxgen2