Skip to content

Commit

Permalink
Remove old memory debugging routines. We have Valgrind nowadays.
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Dec 26, 2011
1 parent 84281bd commit 45f7a4f
Show file tree
Hide file tree
Showing 41 changed files with 8 additions and 388 deletions.
1 change: 0 additions & 1 deletion AffinityPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ in the source distribution for its full text.
#include "AffinityPanel.h"

#include "CheckItem.h"
#include "debug.h"

#include <assert.h>
#include <string.h>
Expand Down
1 change: 0 additions & 1 deletion AvailableColumnsPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ in the source distribution for its full text.

#include "Header.h"
#include "ColumnsPanel.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion AvailableMetersPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ in the source distribution for its full text.
#include "CPUMeter.h"
#include "Header.h"
#include "ListItem.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion BatteryMeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ This meter written by Ian P. Hands ([email protected], [email protected]).
#include "ProcessList.h"
#include "CRT.h"
#include "String.h"
#include "debug.h"

#include <string.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion CPUMeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ in the source distribution for its full text.

#include "CRT.h"
#include "ProcessList.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion CRT.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ in the source distribution for its full text.

#include "config.h"
#include "String.h"
#include "debug.h"

#include <curses.h>
#include <signal.h>
Expand Down
1 change: 0 additions & 1 deletion CategoriesPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ in the source distribution for its full text.
#include "ColumnsPanel.h"
#include "ColorsPanel.h"
#include "AvailableColumnsPanel.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion CheckItem.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ in the source distribution for its full text.
#include "CheckItem.h"

#include "CRT.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion ClockMeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ in the source distribution for its full text.
#include "ClockMeter.h"

#include "CRT.h"
#include "debug.h"

#include <time.h>

Expand Down
1 change: 0 additions & 1 deletion ColorsPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ in the source distribution for its full text.

#include "CRT.h"
#include "CheckItem.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion ColumnsPanel.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ in the source distribution for its full text.
#include "ColumnsPanel.h"

#include "String.h"
#include "debug.h"

#include <assert.h>
#include <stdlib.h>
Expand Down
236 changes: 0 additions & 236 deletions DebugMemory.c

This file was deleted.

69 changes: 0 additions & 69 deletions DebugMemory.h

This file was deleted.

Loading

0 comments on commit 45f7a4f

Please sign in to comment.