# # # patch "ChangeLog" # from [dc0b8ff84fc1beb10311b52aa6be9db96f405f37] # to [bf9b25304a445c37f73313148c7b16918a67910b] # # patch "lua.hh" # from [5298940507cc9dc2fb09cd9ef2abdd3054c6bb8c] # to [664f93c8b443254f5a75fc40ee0bd12d50a38240] # ============================================================ --- ChangeLog dc0b8ff84fc1beb10311b52aa6be9db96f405f37 +++ ChangeLog bf9b25304a445c37f73313148c7b16918a67910b @@ -1,3 +1,7 @@ +2006-05-12 Timothy Brownawell + + * lua.hh: Remove unused, unimplemented template lua_hooks::call_hook. + 2006-05-12 Matt Johnston * merkle_tree.cc (bitset_to_prefix): use strings directly ============================================================ --- lua.hh 5298940507cc9dc2fb09cd9ef2abdd3054c6bb8c +++ lua.hh 664f93c8b443254f5a75fc40ee0bd12d50a38240 @@ -23,8 +23,6 @@ class lua_hooks { struct lua_State * st; - template - std::pair call_hook(char const * name, int nargs, ...); public: lua_hooks();