Changeset 2227 in MondoRescue for branches/2.2.9/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Jun 17, 2009, 2:45:52 PM (15 years ago)
Author:
Bruno Cornec
Message:

Remove the iamhere function (will hopefully suppress valgrind errors at restore time)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/include/my-stuff.h

    r2188 r2227  
    277277 */
    278278#define paranoid_MR_finish(x) {free_MR_global_filenames (); finish(x); }
    279 
    280 /**
    281  * Log file, function, line, and @p x.
    282  */
    283 #define iamhere(x) {log_it("%s, %s, %ld: %s", __FILE__, __FUNCTION__, __LINE__, x);}
    284279
    285280/**
Note: See TracChangeset for help on using the changeset viewer.