Deleted an assignment to a variable that doesn't exist.
authorRoman Donchenko <roman.donchenko@itseez.com>
Fri, 14 Feb 2014 10:37:56 +0000 (14:37 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Fri, 14 Feb 2014 10:37:56 +0000 (14:37 +0400)
samples/gpu/super_resolution.cpp

index 23f9c6f..3066e8f 100644 (file)
@@ -53,7 +53,6 @@ static Ptr<DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu)
 
 int main(int argc, const char* argv[])
 {
-    useOclChanged = false;
     CommandLineParser cmd(argc, argv,
         "{ v video      |           | Input video }"
         "{ o output     |           | Output video }"