1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Removing unnecessary unused declarations since changelist 179690.

Copied from Perforce
 Change: 179691
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-25 23:34:20 +01:00
parent c6bd70744c
commit cb8f0ea514
4 changed files with 0 additions and 9 deletions

View file

@ -874,10 +874,6 @@ Bool BufferTrip(Buffer buffer, Addr p, Size size)
clientClass = (Addr)0;
}
EVENT4(BufferCommit, buffer, p, size, clientClass);
/* Of course, it's not _really_ unused unless you're not */
/* using telemetry. This is a HACK @@@@. It should be */
/* removed when telemetry is fixed to use its arguments. */
UNUSED(clientClass);
}
return TRUE;
}