Skip to content

Commit

Permalink
remove define exception code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Dec 19, 2024
1 parent 78ee79e commit 7dc99de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/snowflake/IAuth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
#include <snowflake/SFURL.hpp>
#include "../../lib/snowflake_util.h"

#define AUTH_THROW(msg) \
{ \
throw AuthException(msg); \
}

namespace Snowflake
{
namespace Client
Expand Down

0 comments on commit 7dc99de

Please sign in to comment.