Changeset 539 in dev for trunk/ab5.0/abdev


Ignore:
Timestamp:
May 3, 2008, 11:53:44 PM (16 years ago)
Author:
dai_9181
Message:

pobj_NextClasstが不要だったので消去。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h

    r538 r539  
    121121        , isCompilingConstructor( false )
    122122        , isCompilingDestructor( false )
    123         , pobj_NextClass( NULL )
    124123        , cacheSize( 0 )
    125124    {
     
    140139        , isCompilingConstructor( false )
    141140        , isCompilingDestructor( false )
    142         , pobj_NextClass( NULL )
    143141        , cacheSize( 0 )
    144142    {
     
    465463    std::string GetStaticDefiningStringAsMemberOffsets() const;
    466464    void GetReferenceOffsetsInitializeBuffer( std::string &referenceOffsetsBuffer, int &numOfReference, int baseOffset = 0 ) const;
    467 
    468 
    469     //線形リスト用
    470     CClass *pobj_NextClass;
    471465};
    472466
Note: See TracChangeset for help on using the changeset viewer.