mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Minor style cleanup
This commit is contained in:
parent
6787d57a28
commit
36cf09ca82
6 changed files with 6 additions and 13 deletions
|
|
@ -46,8 +46,7 @@ static void ascii_to_utf8(char** data)
|
|||
/* PycString */
|
||||
void PycString::load(PycData* stream, PycModule* mod)
|
||||
{
|
||||
if (m_value)
|
||||
delete[] m_value;
|
||||
delete[] m_value;
|
||||
|
||||
if (type() == TYPE_STRINGREF) {
|
||||
PycRef<PycString> str = mod->getIntern(stream->get32());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue