Revision: 14366 Author: adrian.chadd Date: Wed Nov 11 20:18:36 2009 Log: Noticed via Issue 73 - remove un-needed volatile statement.
http://code.google.com/p/lusca-cache/source/detail?r=14366 Modified: /branches/LUSCA_HEAD/libstmem/stmem.c ======================================= --- /branches/LUSCA_HEAD/libstmem/stmem.c Wed Jul 22 07:37:20 2009 +++ /branches/LUSCA_HEAD/libstmem/stmem.c Wed Nov 11 20:18:36 2009 @@ -235,7 +235,7 @@ stmemRef(const mem_hdr * mem, squid_off_t offset, mem_node_ref * r) { mem_node *p = mem->head; - volatile squid_off_t t_off = mem->origin_offset; + squid_off_t t_off = mem->origin_offset; debug(19, 3) ("stmemRef: offset %" PRINTF_OFF_T "; initial offset in memory %d\n", offset, (int) mem->origin_offset); if (p == NULL) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
