mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #23901 from kai-waang:remove-duplicated
removing duplicated statement
This commit is contained in:
commit
64be9c8bf6
@ -13,7 +13,6 @@ class GammaValuesImpl : public GammaValues {
|
||||
int max_size_table, DoF;
|
||||
public:
|
||||
GammaValuesImpl (int DoF_, int max_size_table_) {
|
||||
max_size_table = max_size_table_;
|
||||
max_size_table = max_size_table_;
|
||||
DoF = DoF_;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user