Pierre-Olivier Latour 11 years ago
parent
commit
5ece52fa1b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      CGDWebServer/GCDWebServerDataRequest.m

+ 0 - 1
CGDWebServer/GCDWebServerDataRequest.m

@@ -38,7 +38,6 @@
 @synthesize data=_data;
 
 - (void)dealloc {
-  DCHECK(_data != nil);
   ARC_RELEASE(_data);
   
   ARC_DEALLOC(super);