lib: Remove unused var+operations in util.inspect
authorThom Seddon <thom@nightworld.com>
Tue, 28 Jan 2014 15:33:48 +0000 (15:33 +0000)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 28 Jan 2014 23:08:06 +0000 (03:08 +0400)
commit8eaa1ac46306c429ae40a02de79bdafd35f0867d
treeea292e66541ada6e71a3b6a6145c0857ef3c6f65
parentab54e32bbd53ba920ac8e6cd06330fc8aa317de3
lib: Remove unused var+operations in util.inspect

This was originally introduced in 6034701 to prevent the closing
brace being pushed onto the next line if an object is longer than
the max width, however the functionality was removed in d164989 but
the supplementary variables (and operations) were left behind
lib/util.js