1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Bug 548334: Remove unused NLS message with no entry

This was causing:
Warning: NLS missing message: OverrideMethods_label in: org.eclipse.cdt.ui.refactoring.actions.Messages

Change-Id: I07e16ec58397fa268a06dcdba30dccfa1e66a93e
(cherry picked from commit 8e0ba58fa8)
This commit is contained in:
Jonah Graham 2019-06-17 07:59:54 -04:00 committed by Marc-André Laperle
parent 6dd16e029e
commit 3dba155971

View file

@ -25,7 +25,6 @@ class Messages extends NLS {
public static String ImplementMethodAction_label;
public static String GettersAndSetters_label;
public static String ToggleFunctionAction_label;
public static String OverrideMethods_label;
static {
NLS.initializeMessages(Messages.class.getName(), Messages.class);