From 451f72f34e12b860937b5f40f4118855ef45308f Mon Sep 17 00:00:00 2001
From: Marti Bolivar <mbolivar@mit.edu>
Date: Tue, 21 Dec 2010 03:58:22 -0500
Subject: removed flush() from SerialUSB docs.

---
 source/lang/api/serialusb.rst | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'source/lang')

diff --git a/source/lang/api/serialusb.rst b/source/lang/api/serialusb.rst
index e1d12bf..3bb8c00 100644
--- a/source/lang/api/serialusb.rst
+++ b/source/lang/api/serialusb.rst
@@ -87,12 +87,6 @@ world!")``.
    <USBSerial::available>`), the call will block until one
    becomes available.
 
-.. cpp:function:: USBSerial::flush()
-
-   Removes the contents of the Serial's associated input buffer.  That
-   is, clears any buffered characters, so that the next character read
-   is guaranteed to be new.
-
 .. cpp:function:: USBSerial::print(unsigned char b)
 
    Print the given byte over the USB connection.
-- 
cgit v1.2.3