Changeset f17318 in git


Ignore:
Timestamp:
Mar 7, 2013, 10:43:38 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
24bfd714728eb9a86abc6e8651d1098ff3016e57
Parents:
825fb7e9602cb5db3284b92d7dd82a01e88c9600
Message:
chg: removed SI_THREADS (unsed code)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r825fb7 rf17318  
    6060#endif
    6161
    62 int mmInit2( void )
     62int mmInit( void )
    6363{
    6464#if defined(OMALLOC_USES_MALLOC) || defined(X_OMALLOC)
     
    7171#endif
    7272  return 1;
    73 }
    74 int mmInit( void )
    75 {
    76 #ifndef SI_THREADS
    77   return mmInit2();
    78 #else
    79   return 1;
    80 #endif
    8173}
    8274
  • libpolys/coeffs/longrat0.cc

    r825fb7 rf17318  
    2424static const n_coeffType ID = n_Q;
    2525
    26 //#ifndef SI_THREADS
    2726omBin rnumber_bin = omGetSpecBin(sizeof(snumber)); // TODO: move this into coeffs-struct (for Q)?!
    28 //#endif
    2927
    3028
  • libpolys/polys/templates/p_Procs_Set.h

    r825fb7 rf17318  
    159159    SetProcs_nv(FieldZp, length,ord); // p_Delete, p_ShallowCopyDelete...
    160160  }
    161   #endif
    162   #ifdef SI_THREADS
    163   else if (field==FieldQ) p_Procs->p_Mult_nn=p_Mult_nn_pthread;
    164161  #endif
    165162  CheckProc(p_Copy);
Note: See TracChangeset for help on using the changeset viewer.