Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / phpdoc / JavaDocAutoIndentStrategy.java
index 1995a11..8f33483 100644 (file)
@@ -119,7 +119,7 @@ public class JavaDocAutoIndentStrategy extends
                                                        String endTag = lineDelimiter + indentation + " */"; //$NON-NLS-1$
                                                        d.replace(c.offset, 0, endTag); //$NON-NLS-1$
                                                        // evaluate method signature
-                                                       ICompilationUnit unit = getCompilationUnit();
+                                                       //ICompilationUnit unit = getCompilationUnit();
 
                                                        // if
                                                        // (PHPeclipsePlugin.getDefault().getPreferenceStore().getBoolean(PreferenceConstants.EDITOR_ADD_JAVADOC_TAGS)