mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Remove unused codes found by cppcheck
* remove unused functions * remove unused variables * mark necessary but unused variables with UNUSED_VARIABLE Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
a1b464f24a
commit
f168e4bd7b
30 changed files with 35 additions and 111 deletions
|
|
@ -884,7 +884,6 @@ void CodeCacheReader::loadByteCodeStream(Context* context, ByteCodeBlock* block)
|
|||
// relocate ByteCodeStream
|
||||
{
|
||||
char* code = byteCodeStream.data();
|
||||
size_t codeBase = (size_t)code;
|
||||
char* end = code + byteCodeStream.size();
|
||||
|
||||
InterpretedCodeBlock* codeBlock = block->codeBlock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue