summaryrefslogtreecommitdiff
path: root/com32/modules
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2010-06-28 03:34:55 -0400
committerShao Miller <shao.miller@yrdsb.edu.on.ca>2010-07-10 01:03:06 -0400
commitf1753d9c93e7237ccd8fe587fa3aa28290f11b4d (patch)
tree9366241dfa0c675dce386cb0fd1097c2e8939189 /com32/modules
parentc7d09b7143ec4e051033cfc19ab13257e0142655 (diff)
downloadsyslinux-f1753d9c93e7237ccd8fe587fa3aa28290f11b4d.tar.gz
chain.c32, libcom32: Move guid_le_walk_map
Moving portions of chain.c32 into libcom32. There might be a better header for guid_le_walk_map to belong to. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'com32/modules')
-rw-r--r--com32/modules/chain.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/com32/modules/chain.c b/com32/modules/chain.c
index 1d3f7baf..1b41ba22 100644
--- a/com32/modules/chain.c
+++ b/com32/modules/chain.c
@@ -348,18 +348,6 @@ err_alloc:
return NULL;
}
- /*
- * This walk-map effectively reverses the little-endian
- * portions of the GUID in the output text
- */
-static const char guid_le_walk_map[] = {
- 3, -1, -1, -1, 0,
- 5, -1, 0,
- 3, -1, 0,
- 2, 1, 0,
- 1, 1, 1, 1, 1, 1
-};
-
#if DEBUG
/*
* Fill a buffer with a textual GUID representation.