diff --git a/lib/include/srslte/common/expected.h b/lib/include/srslte/common/expected.h index 6c7cee2e5..ac1ce603a 100644 --- a/lib/include/srslte/common/expected.h +++ b/lib/include/srslte/common/expected.h @@ -207,10 +207,8 @@ private: }; }; -struct success_t {}; - template -using error_type = expected; +using error_type = expected; } // namespace srslte