Skip to content

Commit a6afd04

Browse files
authored
Merge pull request #97 from truhlikfredy/master
Removed un-used and un-initialized string
2 parents 0da3574 + 5aa5c22 commit a6afd04

File tree

1 file changed

+1
-2
lines changed
  • com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui

1 file changed

+1
-2
lines changed

com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/Messages.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ public class Messages extends NLS {
102102
public static String SymbolsPropertyPage_Description;
103103

104104
public static String SettingsPreferencePage_Inconclusive;
105-
public static String SettingsPreferencePage_LanguageStandard;
106-
105+
107106
public static String SettingsPreferencePage_TargetPlatform;
108107

109108
public static String SettingsPreferencePage_LanguageStandard_Posix;

0 commit comments

Comments
 (0)