Commit 2569536
authored
regex-replace: remove unused default c'tor (#43979)
Commit Message: regex-replace: remove unused default c'tor
Additional Description:
Minor change - removing the default c'tor of RegexReplace that wasn't
used.
This c'tor doesn't initialize 'regex_' and may cause a nullptr deref if
'apply()' is invoked.
Risk Level: low - not being used.
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Signed-off-by: Adi Suissa-Peleg <adip@google.com>1 parent 7f86810 commit 2569536
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments