From f62f54d8c1aa94bf744b7f792aa8585c1ee061d3 Mon Sep 17 00:00:00 2001 From: btracey Date: Wed, 9 Oct 2013 13:17:46 -0700 Subject: [PATCH] Removed init function --- unittype.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/unittype.go b/unittype.go index 45e75ca0..3d59d333 100644 --- a/unittype.go +++ b/unittype.go @@ -118,9 +118,6 @@ var symbolToDimension map[string]Dimension = map[string]Dimension{ // TODO: Should we actually reserve "common" SI unit symbols ("N", "J", etc.) so there isn't confusion // TODO: If we have a fancier ParseUnit, maybe the 'reserved' symbols should be a different map // map[string]string which says how they go? -func init() { - -} // Dimensions represent the dimensionality of the unit in powers // of that dimension. If a key is not present, the power of that