Changeset 760a78f in git for libpolys/polys/sbuckets.cc


Ignore:
Timestamp:
Apr 28, 2011, 2:50:43 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
aec5c92fa3e0f853348936026c999351aa972656
Parents:
4c6e42085a4a443ab70a8774732655228f25f63c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-28 14:50:43+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:30+01:00
Message:
less warnings: unused variables, unused debug stuff, const in result
   type, inline without procedure body
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/sbuckets.cc

    r4c6e420 r760a78f  
    4848
    4949/// Returns bucket ring
    50 const ring sBucketGetRing(const sBucket_pt bucket)
     50ring sBucketGetRing(const sBucket_pt bucket)
    5151{ return bucket->bucket_ring; }
    5252
Note: See TracChangeset for help on using the changeset viewer.