Skip to content

Commit

Permalink
Remove map compat uses
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdonald3 committed Jul 18, 2023
1 parent 0f55db0 commit 1c75dab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/MultiTypeSymbolTable.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module MultiTypeSymbolTable
use MultiTypeSymEntry;
use IO;

use ArkoudaMapCompat;
use Map;
use ArkoudaRegexCompat;
use ArkoudaFileCompat;

Expand Down
2 changes: 1 addition & 1 deletion src/ParquetMsg.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module ParquetMsg {

use SegmentedString;

use ArkoudaMapCompat;
use Map;
use ArkoudaListCompat;
use ArkoudaStringBytesCompat;

Expand Down
2 changes: 1 addition & 1 deletion src/RandArray.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module RandArray {
private use IO;
use Math;

use ArkoudaMapCompat;
use Map;

private config const logLevel = ServerConfig.logLevel;
private config const logChannel = ServerConfig.logChannel;
Expand Down
2 changes: 1 addition & 1 deletion src/RegistrationMsg.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module RegistrationMsg
use SegmentedString;
use SegmentedMsg;

use ArkoudaMapCompat;
use Map;

private config const logLevel = ServerConfig.logLevel;
private config const logChannel = ServerConfig.logChannel;
Expand Down
2 changes: 1 addition & 1 deletion src/SegmentedMsg.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module SegmentedMsg {
use Math;
use SegmentedArray;

use ArkoudaMapCompat;
use Map;
use ArkoudaStringBytesCompat;
use ArkoudaCTypesCompat;

Expand Down
2 changes: 1 addition & 1 deletion src/StatsMsg.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module StatsMsg {
use ServerErrorStrings;
use Stats;

use ArkoudaMapCompat;
use Map;

private config const logLevel = ServerConfig.logLevel;
private config const logChannel = ServerConfig.logChannel;
Expand Down
2 changes: 1 addition & 1 deletion src/TimeClassMsg.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module TimeClassMsg {
use BinOp;
use ArkoudaTimeCompat as Time;

use ArkoudaMapCompat;
use Map;

private config const logLevel = ServerConfig.logLevel;
private config const logChannel = ServerConfig.logChannel;
Expand Down

0 comments on commit 1c75dab

Please sign in to comment.