Commit 88bd454
committed
Cleanup
Variable was introduced in doxygen 1.9.4 and used in in doxygen.h in the function `NonTerminatingDeleter` "Deleter that only deletes an object if doxygen is not already terminating"
It was removed in doxygen 1.8.8 with:
```
Commit: bcc35bd [bcc35bd]
Date: Sunday, May 21, 2023 3:02:22 PM
Refactoring: replace DotRunnerQueue and DotWorkerThread by ThreadPool
```
though the variable `Doxygen::terminating` remained and was only set but not used.
It was used in the past in dot.h in `using DotWorkerThreadPtr = std::unique_ptr< DotWorkerThread, NonTerminatingDeleter<DotWorkerThread > >;`Doxygen::terminating
1 parent 6374856 commit 88bd454
3 files changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
11450 | 11449 | | |
11451 | 11450 | | |
11452 | 11451 | | |
11453 | | - | |
11454 | 11452 | | |
11455 | 11453 | | |
11456 | 11454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
285 | 283 | | |
286 | 284 | | |
287 | 285 | | |
288 | | - | |
289 | 286 | | |
290 | 287 | | |
291 | 288 | | |
| |||
329 | 326 | | |
330 | 327 | | |
331 | 328 | | |
332 | | - | |
333 | 329 | | |
334 | 330 | | |
335 | 331 | | |
0 commit comments