We no longer need the register_into(const table& s) function: removing~

This commit is contained in:
ThePhD 2014-04-27 09:13:45 -04:00
parent 06bda13c86
commit be839bdcd2

View File

@ -144,8 +144,6 @@ public:
template<typename... Args, typename... CArgs>
userdata(const char* name, constructors<CArgs...> c, Args&&... args) :
userdata(std::string(name), std::move(c), std::forward<Args>(args)...) {}
void register_into(const table& s) {}
};
} // sol