From afee0be21dad601f8d37e1be3aab34e0fc6c5a17 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 6 Jun 2007 21:31:14 +0000 Subject: [PATCH] Remove extraneous import fortran90 call. [SVN r37921] --- v2/tools/pathscale.jam | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/tools/pathscale.jam b/v2/tools/pathscale.jam index 7921c69f7..138e24f16 100644 --- a/v2/tools/pathscale.jam +++ b/v2/tools/pathscale.jam @@ -10,7 +10,6 @@ import feature ; import type ; import common ; import fortran ; -import fortran90 ; feature.extend toolset : pathscale ; toolset.inherit pathscale : unix ;