mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
Removed unused variables
This commit is contained in:
@ -48,10 +48,6 @@ import processing.app.packages.Library;
|
|||||||
import processing.core.PApplet;
|
import processing.core.PApplet;
|
||||||
|
|
||||||
public class Compiler implements MessageConsumer {
|
public class Compiler implements MessageConsumer {
|
||||||
static final String BUGS_URL =
|
|
||||||
_("http://github.com/arduino/Arduino/issues");
|
|
||||||
static final String SUPER_BADNESS =
|
|
||||||
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
|
|
||||||
|
|
||||||
private Sketch sketch;
|
private Sketch sketch;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user