Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 103:96e273d9f66f
removed unused variable
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 15 Aug 2011 17:24:59 +0200 |
| parents | 4700896a5666 |
| children | 89896983caef 73fc5aafbe45 |
| files | .hgignore probes.c |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Mon Aug 15 17:24:59 2011 +0200 1.3 @@ -0,0 +1,3 @@ 1.4 +syntax: glob 1.5 + 1.6 +*.o
2.1 --- a/probes.c Tue Jul 26 16:28:47 2011 +0200 2.2 +++ b/probes.c Mon Aug 15 17:24:59 2011 +0200 2.3 @@ -338,7 +338,7 @@ 2.4 void 2.5 generic_print_probe( void *_probe ) 2.6 { 2.7 - IntervalProbe *probe = (IntervalProbe *)_probe; 2.8 + //IntervalProbe *probe = (IntervalProbe *)_probe; 2.9 2.10 //TODO segfault in printf 2.11 //print_probe_helper( probe );
