Nicolas Cannasse 17 years ago
parent
commit
dc73b566d1
2 changed files with 0 additions and 9 deletions
  1. 0 1
      doc/CHANGES.txt
  2. 0 8
      std/Hash.hx

+ 0 - 1
doc/CHANGES.txt

@@ -9,7 +9,6 @@
 	added neko.vm.Gc
 	added neko.vm.Gc
 	fixed Null should not be a value
 	fixed Null should not be a value
 	bugfix in serialization format with USE_ENUM_INDEXES
 	bugfix in serialization format with USE_ENUM_INDEXES
-	bugfix in Hash in flash : set "constructor" property to null by default
 
 
 2007-10-31: 1.16
 2007-10-31: 1.16
 	use _sans font for default flash traces (better Linux support)
 	use _sans font for default flash traces (better Linux support)

+ 0 - 8
std/Hash.hx

@@ -50,14 +50,6 @@ class Hash<T> {
 		}
 		}
 		#else error
 		#else error
 		#end
 		#end
-		// we have no way of deleting this property
-		// so it's better to have .get working even
-		// if it breaks .exists
-		// there's still __proto__ defined in flash8
-		// but we can't remove it without breaking 'exists'
-		#if flash
-		untyped h["constructor"] = null;
-		#end
 	}
 	}
 
 
 	/**
 	/**