浏览代码

fix hash conflict

David Rose 21 年之前
父节点
当前提交
22d9be67dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/dcparser/dcParameter.cxx

+ 1 - 1
direct/src/dcparser/dcParameter.cxx

@@ -216,5 +216,5 @@ generate_hash(HashGenerator &hashgen) const {
   // We specifically don't call up to DCField::generate_hash(), since
   // the parameter name is not actually significant to the hash.
 
-  hashgen.add_int(get_flags());
+  //  hashgen.add_int(get_flags());
 }