diff options
| author | Richard Brooksby | 2012-09-25 23:34:20 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-25 23:34:20 +0100 |
| commit | cb8f0ea514ac0b2317c2fc2b76e365895184e1a0 (patch) | |
| tree | 4f7079ef49652cb96801a066e435696d837e2794 /mps/code/buffer.c | |
| parent | c6bd70744cbb08eb97d14a5db11ea4c55413b79a (diff) | |
| download | emacs-cb8f0ea514ac0b2317c2fc2b76e365895184e1a0.tar.gz emacs-cb8f0ea514ac0b2317c2fc2b76e365895184e1a0.zip | |
Removing unnecessary unused declarations since changelist 179690.
Copied from Perforce
Change: 179691
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/buffer.c')
| -rw-r--r-- | mps/code/buffer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c index b33c08dc239..2128ffda0cf 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c | |||
| @@ -874,10 +874,6 @@ Bool BufferTrip(Buffer buffer, Addr p, Size size) | |||
| 874 | clientClass = (Addr)0; | 874 | clientClass = (Addr)0; |
| 875 | } | 875 | } |
| 876 | EVENT4(BufferCommit, buffer, p, size, clientClass); | 876 | EVENT4(BufferCommit, buffer, p, size, clientClass); |
| 877 | /* Of course, it's not _really_ unused unless you're not */ | ||
| 878 | /* using telemetry. This is a HACK @@@@. It should be */ | ||
| 879 | /* removed when telemetry is fixed to use its arguments. */ | ||
| 880 | UNUSED(clientClass); | ||
| 881 | } | 877 | } |
| 882 | return TRUE; | 878 | return TRUE; |
| 883 | } | 879 | } |