Changeset 306

Show
Ignore:
Timestamp:
02/25/08 22:40:36 (9 months ago)
Author:
rm
Message:

remove old unused code around spread and replication, warning fixes.

Location:
trunk/thrucommon
Files:
7 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/thrucommon/src/Makefile.am

    r304 r306  
    1818                             RecoveryManager.h          \ 
    1919                             SpreadConnection.h         \ 
    20                              SpreadManager.h            \ 
    21                              SpreadTaskFactory.h        \ 
    22                              Transaction.h              \ 
    23                              TransactionManager.h       \ 
    2420                             bloom_filter.hpp           \ 
    2521                             utils.h 
     
    3632                           ThruFileTransport.cpp                \ 
    3733                           RecoveryManager.cpp                  \ 
    38                            SpreadConnection.cpp                 \ 
    39                            SpreadManager.cpp                    \ 
    40                            Transaction.cpp                      \ 
    41                            TransactionManager.cpp 
     34                           SpreadConnection.cpp 
    4235 
    4336libthrucommon_la_CPPFLAGS = -Wall -Igen-cpp $(MEMCACHED_CFLAGS) $(SPEAD_CFLAGS) $(SSL_CFLAGS) $(THRIFT_CFLAGS) $(UUID_CFLAGS) 
  • trunk/thrucommon/src/SpreadConnection.cpp

    r305 r306  
    290290    // C++ is compared to perl where this is 8 lines of code :( 
    291291     
    292     for (int i = 0; i < groups.size (); i++) 
     292    for (size_t i = 0; i < groups.size (); i++) 
    293293    { 
    294294        LOG4CXX_DEBUG (logger, "dispatch:    groups[i]=" + groups[i]); 
  • trunk/thrucommon/tests/Makefile.am

    r304 r306  
     1# TODO: make sure we link against our thrucommon and not an installed one 
     2 
    13INCLUDES = -I$(top_builddir)/src 
    24LDADDS = ../src/libthrucommon.la