From e8535e792e9487527d079ec5d8773a035e9a41a8 Mon Sep 17 00:00:00 2001 From: Joaquim Luis Date: Fri, 30 Jun 2017 17:46:16 +0100 Subject: [PATCH] Remove left over Compat calls. --- src/GMT.jl | 3 --- test/gmtest.jl | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/GMT.jl b/src/GMT.jl index 4d4906dc23..042889a8cf 100644 --- a/src/GMT.jl +++ b/src/GMT.jl @@ -2,9 +2,6 @@ VERSION >= v"0.4" && __precompile__() module GMT -using Compat -import Compat.String - export GMT_Call_Module, GMT_Create_Args, diff --git a/test/gmtest.jl b/test/gmtest.jl index ed8cb0f4a8..0288a70d33 100644 --- a/test/gmtest.jl +++ b/test/gmtest.jl @@ -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")