mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +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 BufferedReader stdout;
|
||||
private BufferedWriter stdin;
|
||||
private String function;
|
||||
|
||||
public CPPFilt() throws IOException {
|
||||
String[] args = {"c++filt"};
|
||||
|
|
Loading…
Add table
Reference in a new issue