[Haiku-commits] r31190 - in haiku/trunk: headers/private/kernel src/system/kernel/debug
bonefish at mail.berlios.de
bonefish at mail.berlios.de
Tue Jun 23 01:46:56 CEST 2009
Author: bonefish
Date: 2009-06-23 01:46:55 +0200 (Tue, 23 Jun 2009)
New Revision: 31190
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31190&view=rev
Modified:
haiku/trunk/headers/private/kernel/user_debugger.h
haiku/trunk/src/system/kernel/debug/user_debugger.cpp
Log:
Made destroy_team_debug_info() static, as it's not used outside the source
file.
Modified: haiku/trunk/headers/private/kernel/user_debugger.h
===================================================================
--- haiku/trunk/headers/private/kernel/user_debugger.h 2009-06-22 21:51:32 UTC (rev 31189)
+++ haiku/trunk/headers/private/kernel/user_debugger.h 2009-06-22 23:46:55 UTC (rev 31190)
@@ -193,7 +193,6 @@
// service calls
void clear_team_debug_info(struct team_debug_info *info, bool initLock);
-void destroy_team_debug_info(struct team_debug_info *info);
void init_thread_debug_info(struct thread_debug_info *info);
void clear_thread_debug_info(struct thread_debug_info *info, bool dying);
Modified: haiku/trunk/src/system/kernel/debug/user_debugger.cpp
===================================================================
--- haiku/trunk/src/system/kernel/debug/user_debugger.cpp 2009-06-22 21:51:32 UTC (rev 31189)
+++ haiku/trunk/src/system/kernel/debug/user_debugger.cpp 2009-06-22 23:46:55 UTC (rev 31190)
@@ -240,7 +240,7 @@
* 4. release `lock'
* 5. call destroy_team_debug_info() on the copied team debug info
*/
-void
+static void
destroy_team_debug_info(struct team_debug_info *info)
{
if (info) {
More information about the Haiku-commits
mailing list