Skip to content

Commit

Permalink
cleanup dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Phillips committed Aug 6, 2015
1 parent 6aa494e commit c2fc85a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hostinfo/base.lua
Expand Up @@ -106,19 +106,10 @@ local MetricsHandler = Transform:extend()
function MetricsHandler:initialize()
Transform.initialize(self, {objectMode = true})
self._params = {}
end
function MetricsHandler:_transform(line, callback)
assert(false, '_transform needs to be implemented in child class')
end
function MetricsHandler:setError(err)
self._params = {}
end
function MetricsHandler:getParams()
return self._params
end
exports.MetricsHandler = MetricsHandler

0 comments on commit c2fc85a

Please sign in to comment.