mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
do not execute doRunEpilogue() in doRun().
This commit is contained in:
parent
d182380ac7
commit
73afe6bfb3
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ public abstract class ConversionWizard
|
|||
* @see org.eclipse.cdt.ui.wizards.CProjectWizard#doRun(IProgressMonitor)
|
||||
*/
|
||||
protected void doRun(IProgressMonitor monitor) {
|
||||
doRunPrologue(monitor);
|
||||
try{
|
||||
mainPage.doRun(monitor, getProjectID());
|
||||
} catch (CoreException ce){
|
||||
|
|
Loading…
Add table
Reference in a new issue