dead method

This commit is contained in:
rusefillc 2021-12-05 23:13:38 -05:00
parent cb5e22dd7a
commit 04b959ebe5
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@ public class AndroidSerial extends AbstractIoStream {
return new AndroidSerial(port);
}
@Override
public String getLoggingPrefix() {
return "";
}
@Override
public IncomingDataBuffer getDataBuffer() {
return dataBuffer;