Skip to content

Commit b066c95

Browse files
authored
remove array which is not mine
1 parent f8c1761 commit b066c95

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: csharp/sort_array_map.cpp

+1-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ class Solution
1313
static void Main(string[] args)
1414
{
1515
string[] stream = {
16-
"system.load.1|1|host:a,role:web,availability-zone:us-east-1a",
17-
"system.load.15|1|host:b,role:web,availability-zone:us-east-1b",
18-
"system.cpu.user|20|host:a,role:web,availability-zone:us-east-1a",
19-
"postgresql.locks|12|host:c,role:db,db_role:master,availability-zone:us-east-1e",
20-
"postgresql.db.count|2|host:d,role:db,db_role:replica,availability-zone:us-east-1a",
21-
"kafka.consumer.lag|20000|host:e,role:intake,availability-zone:us-east-1a",
22-
"kafka.consumer.offset|3000000|host:e,role:intake,availability-zone:us-east-1a",
23-
"kafka.broker.offset|25000|host:f,role:kafka,availability-zone:us-east-1a"
16+
2417
};
2518

2619
var myDic = new Dictionary<string,int>();

0 commit comments

Comments
 (0)