Remove redundant code.
commitec60fb3ea593f68c21fca46e8e5253c0ee4bae55
authorNigel Atkinson <nigel@atkinson.gen.nz>
Tue, 6 Apr 2010 14:47:43 +0000 (7 02:47 +1200)
committerDaniel Wallin <daniel@boostpro.com>
Tue, 20 Apr 2010 17:56:03 +0000 (20 19:56 +0200)
tree56c4921b5d2be8e67c9494539ff6a96594cd3648
parent1bb54a39bb9b204c5c65bdf7f804cb44398dc9ad
Remove redundant code.

Removed from class_rep::constructor_dispatcher() the [re]setting of
the class instance's environment and metatable.  These are already
set in the function push_new_instance().
src/class_rep.cpp