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
|
|
@ -1,10 +1,6 @@
|
|||
#include "pyc_module.h"
|
||||
#include "data.h"
|
||||
|
||||
PycModule::PycModule()
|
||||
: m_maj(-1), m_min(-1), m_unicode(false)
|
||||
{ }
|
||||
|
||||
void PycModule::setVersion(unsigned int magic)
|
||||
{
|
||||
// Default for versions that don't support unicode selection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue