From 7dc99debf6997dc765e1605aaea142660e0a435b Mon Sep 17 00:00:00 2001 From: John Yun Date: Wed, 18 Dec 2024 16:35:41 -0800 Subject: [PATCH] remove define exception code --- include/snowflake/IAuth.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/snowflake/IAuth.hpp b/include/snowflake/IAuth.hpp index d0f49e78b5..2e12c8592b 100644 --- a/include/snowflake/IAuth.hpp +++ b/include/snowflake/IAuth.hpp @@ -9,11 +9,6 @@ #include #include "../../lib/snowflake_util.h" -#define AUTH_THROW(msg) \ -{ \ - throw AuthException(msg); \ -} - namespace Snowflake { namespace Client