Remove noexcept from AsyncSocket::prepareReadBuffer
[folly.git] / folly / io / async / AsyncSocket.h
index 30ae8d8461c9fa3befcc1548cdd2cf12ee20b47b..3f5d715d60952690b5b158fdf5d3f98a9099b4fc 100644 (file)
@@ -767,7 +767,7 @@ class AsyncSocket : virtual public AsyncTransportWrapper {
   void ioReady(uint16_t events) noexcept;
   virtual void checkForImmediateRead() noexcept;
   virtual void handleInitialReadWrite() noexcept;
-  virtual void prepareReadBuffer(void** buf, size_t* buflen) noexcept;
+  virtual void prepareReadBuffer(void** buf, size_t* buflen);
   virtual void handleRead() noexcept;
   virtual void handleWrite() noexcept;
   virtual void handleConnect() noexcept;