Changeset e1ccd67 in git for kernel/GBEngine/kInline.h


Ignore:
Timestamp:
Sep 7, 2016, 5:37:52 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e4ac9d386d815e4411fb4fcea3826b2c8d70fd37
Parents:
78321f7f1ef646d795a532545c8159f388de4136
Message:
removed LObject::CopyGetP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kInline.h

    r78321f re1ccd67  
    739739}
    740740
    741 KINLINE poly sLObject::CopyGetP()
    742 {
    743   if (bucket != NULL)
    744   {
    745     int i = kBucketCanonicalize(bucket);
    746     poly bp = p_Copy(bucket->buckets[i], tailRing);
    747     pLength = bucket->buckets_length[i] + 1;
    748     if (bp != NULL)
    749     {
    750       assume(t_p != NULL || p != NULL);
    751       if (t_p != NULL) pNext(t_p) = bp;
    752       else pNext(p) = bp;
    753     }
    754     bucket = NULL;
    755   }
    756   return sLObject::GetP();
    757 }
    758 
    759 
    760741KINLINE long sLObject::pLDeg()
    761742{
Note: See TracChangeset for help on using the changeset viewer.