Skip to content

Commit

Permalink
exports: remove Pkg2, export BLAS and LAPACK (#4531)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Oct 18, 2013
1 parent 2893869 commit 881bc23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ export
Meta,
Operators,
Pkg,
Pkg2,
Profile,
Sys,
Test,
BLAS,
LAPACK,

# Types
AbstractMatrix,
Expand Down

1 comment on commit 881bc23

@StefanKarpinski
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.