| Index: webrtc/modules/audio_coding/main/acm2/acm_common_defs.h | 
| diff --git a/webrtc/modules/audio_coding/main/acm2/acm_common_defs.h b/webrtc/modules/audio_coding/main/acm2/acm_common_defs.h | 
| index 208a50c7c2fd4f2e4791fdd21a12734b2e1d3ad8..df67ce29145e47e3b643ad90177218b1ac4b5fce 100644 | 
| --- a/webrtc/modules/audio_coding/main/acm2/acm_common_defs.h | 
| +++ b/webrtc/modules/audio_coding/main/acm2/acm_common_defs.h | 
| @@ -21,9 +21,6 @@ | 
|  | 
| namespace webrtc { | 
|  | 
| -// The maximum size of a payload, that is 60 ms of PCM-16 @ 32 kHz stereo | 
| -#define MAX_PAYLOAD_SIZE_BYTE 7680 | 
| - | 
| // General codec specific defines | 
| const int kIsacWbDefaultRate = 32000; | 
| const int kIsacSwbDefaultRate = 56000; | 
|  |