Changeset ee1f01 in git for libpolys/misc


Ignore:
Timestamp:
Oct 13, 2011, 9:49:10 PM (13 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
27edeb995378e81443470dc289b06c2e3f8ba32b
Parents:
5b8726d73a36b397b95eb9b8277dd0e0f7d85065
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:49:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:05+01:00
Message:
CHG: commented out unused(!?) functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/int64vec.cc

    r5b8726d ree1f01  
    222222}
    223223
    224 /* def. internals */
     224
     225/*
     226 * The following two functions are never used.
     227 * Remove?
     228
     229// def. internals
    225230static int64 iv64Gcd(int, int);
    226231static int64 iv64L1Norm(intvec *);
    227232
     233
     234// The following two functions seem to be never used. Remove?
    228235static int64 iv64Gcd(int64 a,int64 b)
    229236{
     
    262269  return s;
    263270}
    264 
     271*/
Note: See TracChangeset for help on using the changeset viewer.