mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Remove unused field.
This commit is contained in:
parent
71be7c5a75
commit
d1f66d08a5
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ public class CPPFilt {
|
||||||
private Process cppfilt;
|
private Process cppfilt;
|
||||||
private BufferedReader stdout;
|
private BufferedReader stdout;
|
||||||
private BufferedWriter stdin;
|
private BufferedWriter stdin;
|
||||||
private String function;
|
|
||||||
|
|
||||||
public CPPFilt() throws IOException {
|
public CPPFilt() throws IOException {
|
||||||
String[] args = {"c++filt"};
|
String[] args = {"c++filt"};
|
||||||
|
|
Loading…
Add table
Reference in a new issue