Cleaned up disassembly a little.
--HG-- extra : convert_revision : 4665ac7760c9b78a1d7699ceeb541b694211a947
This commit is contained in:
parent
e176c7d1ff
commit
fc7e36553b
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2006 The Regents of The University of Michigan
|
||||
// Copyright (c) 2006-2007 The Regents of The University of Michigan
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
|
@ -178,10 +178,6 @@ output decoder {{
|
|||
else
|
||||
ccprintf(response, ">");
|
||||
}
|
||||
else
|
||||
{
|
||||
ccprintf(response, "<%d>", target);
|
||||
}
|
||||
|
||||
return response.str();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue