Changeset 39070 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Oct 21, 2011 9:41:18 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74492
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r39032 r39070 892 892 893 893 894 #ifdef SOME_UNUSED_FUNCTION 894 895 /** 895 896 * Unloads a DWARF section previously mapped by rtDbgModDwarfLoadSection. … … 908 909 return rc; 909 910 } 911 #endif 910 912 911 913 … … 2977 2979 2978 2980 2981 #ifdef SOME_UNUSED_FUNCTION 2979 2982 /** 2980 2983 * Skips a DIE. … … 2999 3002 return RT_FAILURE(pCursor->rc) ? pCursor->rc : pAbbrevCursor->rc; 3000 3003 } 3004 #endif 3001 3005 3002 3006 -
trunk/src/VBox/Runtime/common/log/log.cpp
r37818 r39070 174 174 static DECLCALLBACK(size_t) rtLogOutputPrefixed(void *pv, const char *pachChars, size_t cbChars); 175 175 static void rtlogLoggerExVLocked(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args); 176 #ifndef IN_RC 176 177 static void rtlogLoggerExFLocked(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...); 178 #endif 177 179 178 180 … … 327 329 # ifdef IN_RING3 328 330 331 # ifdef SOME_UNUSED_FUNCTION 329 332 /** 330 333 * Logging to file, output callback. … … 368 371 return 0; 369 372 } 373 374 # endif /* SOME_UNUSED_FUNCTION */ 370 375 371 376 … … 3311 3316 3312 3317 3318 #ifndef IN_RC 3313 3319 /** 3314 3320 * For calling rtlogLoggerExVLocked. … … 3329 3335 va_end(va); 3330 3336 } 3331 3337 #endif /* !IN_RC */ 3338 -
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r39029 r39070 1846 1846 1847 1847 1848 #ifdef VBOX_STRICT 1848 1849 /** 1849 1850 * Checks if the stack contains @a pRec. … … 1884 1885 return false; 1885 1886 } 1887 #endif /* VBOX_STRICT */ 1886 1888 1887 1889 -
trunk/src/VBox/Runtime/common/zip/tar.cpp
r39032 r39070 690 690 } 691 691 692 #ifdef SOME_UNUSED_FUNCTION 692 693 static int rtTarGetFilesOverallSize(RTFILE hFile, const char * const *papszFiles, size_t cFiles, uint64_t *pcbOverallSize) 693 694 { … … 733 734 return rc; 734 735 } 736 #endif /* SOME_UNUSED_FUNCTION */ 735 737 736 738 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.