GPURuntime: Drop timing functionality (some leftover)
authorTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 07:11:49 +0000 (07:11 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 25 Jul 2016 07:11:49 +0000 (07:11 +0000)
llvm-svn: 276612

polly/tools/GPURuntime/GPUJIT.h

index 3ccced8..fb7e8e1 100644 (file)
@@ -50,8 +50,6 @@
  *   PollyGPUDevice *Device;
  *   PollyGPUDevicePtr *PtrDevData;
  *   int *HostData;
- *   PollyGPUEvent *Start;
- *   PollyGPUEvent *Stop;
  *   int MemSize;
  *   int BlockWidth = 16;
  *   int BlockHeight = 16;