diff options
-rw-r--r-- | ppapi/proxy/image_data.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/proxy/image_data.cc b/ppapi/proxy/image_data.cc index 2af7026..65da4bb 100644 --- a/ppapi/proxy/image_data.cc +++ b/ppapi/proxy/image_data.cc @@ -45,7 +45,6 @@ void* ImageData::Map() { mapped_data_ = memory; return mapped_data_; #else - return NULL; int shmkey = handle_; void* address = shmat(shmkey, NULL, 0); // Mark for deletion in case we crash so the kernel will clean it up. |