common: remove MarshalJSON helpers for mapstructure

They are not needed anymore since we don't exchange configuration files
using JSON, since baac495b9c.
This commit is contained in:
Vincent Bernat
2024-07-20 14:51:40 +02:00
parent 3812ca7882
commit 0239cd0a9f
8 changed files with 2 additions and 34 deletions

View File

@@ -134,7 +134,6 @@ func (input graphLineHandlerInput) toSQL1(axis int, options toSQL1Options) strin
dimensionsInterpolate = "emptyArrayString()"
}
// With
withStr := ""
if !options.skipWithClause {