1
0
Fork 0
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:
Alain Magloire 2003-03-11 20:03:16 +00:00
parent 71be7c5a75
commit d1f66d08a5

View file

@ -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"};