summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-08-09 21:52:09 +1000
committerDamien Zammit <damien@zamaudio.com>2015-08-09 21:52:09 +1000
commit9d8cbb70e13dc87abba574c16611367af60fbf44 (patch)
treeea883797aa5f98985b9f0222f322c3e2289dc647
parente867cbe7948663281d9708a6ff2100514b12d6bd (diff)
Cleanup
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-rw-r--r--ptfformat.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/ptfformat.cc b/ptfformat.cc
index f4f667a..ed80ade 100644
--- a/ptfformat.cc
+++ b/ptfformat.cc
@@ -511,13 +511,6 @@ PTFFormat::parserest5(void) {
lengthbytes = (ptfunxored[j+2] & 0xf0) >> 4;
offsetbytes = (ptfunxored[j+1] & 0xf0) >> 4;
//somethingbytes = (ptfunxored[j+1] & 0xf);
- /*findex = ptfunxored[j+4
- +startbytes
- +lengthbytes
- +offsetbytes
- +somethingbytes
- +7];
- */
findex = ptfunxored[k+14];
printf("findex=%x\n", findex);
j--;