Skip to content

Commit

Permalink
Remove left over Compat calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Jun 30, 2017
1 parent 0dbd4f6 commit e8535e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/GMT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ VERSION >= v"0.4" && __precompile__()

module GMT

using Compat
import Compat.String

export
GMT_Call_Module,
GMT_Create_Args,
Expand Down
3 changes: 0 additions & 3 deletions test/gmtest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
# Currently only family = "scripts" is implemented (means run test from the 'scripts' dir. TEST_DIR is ignored
# example: gmtest("GMT_insert", "", "scripts")

using Compat
import Compat.String

global g_root_dir, out_path, GM
include("gallery.jl")

Expand Down

0 comments on commit e8535e7

Please sign in to comment.