mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
removed unused variable
This commit is contained in:
parent
94d1e7874f
commit
4cb7f7af8f
@ -468,7 +468,6 @@ namespace dlib
|
||||
|
||||
for (long o = 0; o < pyr.octaves(); ++o)
|
||||
{
|
||||
const long border_size = pyr.get_border_size(o);
|
||||
const long nr = pyr.nr(o);
|
||||
const long nc = pyr.nc(o);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user