Commit 0d779c4
Delete unused (and invalid) overload of Promise::RegisterForTask().
The method is "invalid" because, when instantiated, it fails to compile (the `RegisterForTask` overload that it calls does not exist). This was never noticed because this type of compilation error is not detected until the method is actually invoked, forcing the compiler to instantiate it. Since the method was never invoked, nobody noticed.
PiperOrigin-RevId: 3474044021 parent d435dd2 commit 0d779c4
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
| |||
0 commit comments