From 8d7384b7d3b162938b554fe05ef96b09584a1554 Mon Sep 17 00:00:00 2001 From: Julia Yarba <sha1-2dd0cdca2ab13f746e6bcee07ed96db925a559da@cern.ch> Date: Wed, 11 Nov 2009 22:04:03 +0000 Subject: [PATCH] --- yaml --- r: 77717 b: "refs/heads/CMSSW_7_1_X" c: ac87d51550946ff6930c329a8b380cb8af9ba8fb h: "refs/heads/CMSSW_7_1_X" i: 77715: fbcf63233fc4f5eb213e0beea011925c6e311059 v: v3 --- [refs] | 2 +- .../LHEInterface/plugins/PythiaFortranGlue.F | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 trunk/GeneratorInterface/LHEInterface/plugins/PythiaFortranGlue.F diff --git a/[refs] b/[refs] index 1414c7f36da5a..fe59ae7f3141f 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e -"refs/heads/CMSSW_7_1_X": 87ef88f2181c7abab2e70f3a228268bed68969a6 +"refs/heads/CMSSW_7_1_X": ac87d51550946ff6930c329a8b380cb8af9ba8fb diff --git a/trunk/GeneratorInterface/LHEInterface/plugins/PythiaFortranGlue.F b/trunk/GeneratorInterface/LHEInterface/plugins/PythiaFortranGlue.F deleted file mode 100644 index fc9df4bf29f0e..0000000000000 --- a/trunk/GeneratorInterface/LHEInterface/plugins/PythiaFortranGlue.F +++ /dev/null @@ -1,15 +0,0 @@ - - SUBROUTINE FIOOPN(UNIT, EVFILE) - INTEGER UNIT - CHARACTER*(*) EVFILE - - OPEN(UNIT, FILE=EVFILE, STATUS='UNKNOWN') - - END - - SUBROUTINE FIOCLS(UNIT) - INTEGER UNIT - - CLOSE(UNIT) - - END