Browse Source

Abseilify optional

Esun Kim 5 years ago
parent
commit
179bf32d14
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/core/lib/gprpp/optional.h

+ 1 - 2
src/core/lib/gprpp/optional.h

@@ -21,8 +21,7 @@
 
 #include <grpc/support/port_platform.h>
 
-// TODO(yashykt): Remove false once migration to abseil is done.
-#if false && GRPC_USE_ABSL
+#if GRPC_USE_ABSL
 
 #include "absl/types/optional.h"