src: remove redundant symbol init in node_file.cc
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 14 Aug 2013 15:45:40 +0000 (17:45 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 14 Aug 2013 16:08:04 +0000 (18:08 +0200)
commitd684f50acba12152126f0c4e9c83ad1626e8b91c
treee769d458756fb536e055b3c053a8a3c0466dc863
parentd2b80b8a60bf1e966a4091e62bb603fb825a6ada
src: remove redundant symbol init in node_file.cc

Don't lazy-init the oncomplete symbol string in the After() function,
it has already been created at module init time.
src/node_file.cc