Skip to content

Commit 88a7b63

Browse files
committed
cleanup duplicate unit factors
1 parent 779b742 commit 88a7b63

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ucum/units.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ var commonUnitFactors = map[string]map[string]float64{
8888
"oz": 0.03527396,
8989
"[oz_av]": 0.03527396,
9090
},
91-
// Mass units (base: milligram) - common clinical base unit
92-
"mg": {
93-
"g": 0.001,
94-
"kg": 0.000001,
95-
},
9691
// Volume units (base: liter)
9792
"L": {
9893
"mL": 1000,
@@ -105,12 +100,6 @@ var commonUnitFactors = map[string]map[string]float64{
105100
"cup": 4.22675,
106101
"[foz_us]": 33.814,
107102
},
108-
// Volume units (base: milliliter) - common clinical base unit
109-
"mL": {
110-
"L": 0.001,
111-
"dL": 0.01,
112-
"cL": 0.1,
113-
},
114103
// Time units (base: second)
115104
"s": {
116105
"min": 1 / 60.0,

0 commit comments

Comments
 (0)