From 4644689d5a31f0d80527e511b8f86fa05bc8681f Mon Sep 17 00:00:00 2001 From: Aaron Denney Date: Thu, 10 Jul 2014 23:53:44 -0700 Subject: [PATCH] And remove final vestiges. --- modules/cudastereo/src/cuda/stereocsbp.cu | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/cudastereo/src/cuda/stereocsbp.cu b/modules/cudastereo/src/cuda/stereocsbp.cu index eb371c1881..dd535e8b20 100644 --- a/modules/cudastereo/src/cuda/stereocsbp.cu +++ b/modules/cudastereo/src/cuda/stereocsbp.cu @@ -54,14 +54,6 @@ namespace cv { namespace cuda { namespace device { namespace stereocsbp { - /////////////////////////////////////////////////////////////// - /////////////////////// load constants //////////////////////// - /////////////////////////////////////////////////////////////// - - __constant__ size_t cmsg_step; - __constant__ size_t cdisp_step1; - __constant__ size_t cdisp_step2; - /////////////////////////////////////////////////////////////// /////////////////////// init data cost //////////////////////// ///////////////////////////////////////////////////////////////