1
0
Fork 0
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:
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 BufferedReader stdout;
private BufferedWriter stdin;
private String function;
public CPPFilt() throws IOException {
String[] args = {"c++filt"};