diff --git a/folly/io/async/AsyncServerSocket.h b/folly/io/async/AsyncServerSocket.h
index 0aa7742acc1543ca5b3c5067bba48f1b139660dc..003d3bd2444bb6b0144a06fe8f8ccfd4a86a705c 100644
--- a/folly/io/async/AsyncServerSocket.h
+++ b/folly/io/async/AsyncServerSocket.h
@@ -50,11 +50,6 @@
 #define SO_NO_TRANSPARENT_TLS 200
 #endif
 
-// TODO(yichengfb): remove this
-// For temporarily marking the new interface of
-// folly::AsyncServerSocket::AcceptCallback::connectionAccepted()
-#define FOLLY_ASYNCSERVERSOCKET_ACCEPTINFO_DEFINED 1
-
 namespace folly {
 
 /**