summaryrefslogtreecommitdiff
path: root/dix/privates.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-05 12:34:37 -0500
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-05 12:34:37 -0500
commit74175e0af74c530cb712a6772d3c5d61d1be9748 (patch)
tree6c7bca66b1d4ba401b9596b922ab326941456bc0 /dix/privates.c
parent23fc429aad5b2721911862617772c314e1036bb0 (diff)
devPrivates rework: remove some debugging code from dixFreePrivates.
Diffstat (limited to 'dix/privates.c')
-rw-r--r--dix/privates.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/privates.c b/dix/privates.c
index c4ecf6ada..a12c8bfcb 100644
--- a/dix/privates.c
+++ b/dix/privates.c
@@ -215,9 +215,6 @@ dixFreePrivates(PrivateRec *privates)
ptr = next;
}
}
-
- /* no more use of privates permitted */
- *privates = NULL;
}
/*