remove log code case it cause bug while building

This commit is contained in:
star 2018-05-03 00:25:48 +08:00
parent 1018c83fc5
commit 869c6d8daa

View File

@ -59,7 +59,6 @@ struct get_idx<Key, typename std::enable_if<std::is_signed<Key>::value>::type> {
template <typename Key, typename Enable = void>
struct remove_idx {
static char remove(std::vector<node*>& /* sequence */, const Key& /* key */) {
std::cout << __FILE__ << __LINE__ << std::endl;
return 0;
}
};