diff options
author | lhauch <larry.hauch@intel.com> | 2014-08-14 20:22:33 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-14 20:22:33 +0000 |
commit | 281b6b928d7490134d83e643c42092835309b9bc (patch) | |
tree | 2f5046b1cdb7baa1648b592992592dc988f117b7 | |
parent | ea648887161f34781135009a72f8e101b0110c40 (diff) | |
download | edk2-platforms-281b6b928d7490134d83e643c42092835309b9bc.tar.xz |
Roll-back from an accidental commit.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15807 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c b/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c index 9f40b70ff5..fc554b74d9 100644 --- a/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c +++ b/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c @@ -589,7 +589,6 @@ OrderedCollectionInsert ( Tmp = Tree->Root;
Parent = NULL;
- Result = 0;
//
// First look for a collision, saving the last examined node for the case
|