Skip to content

Commit ffbaecd

Browse files
committed
Removing extra unused defines
1 parent de2fc04 commit ffbaecd

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

DEVELOPER.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ C_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python -m build
5656
```bash
5757
python3 -c "import confluent_kafka; print('Setup successful!')"
5858

59-
6059
#### Local Setup with UV
6160

6261
Alternative setup instructions tested with python 3.11

src/confluent_kafka/src/confluent_kafka.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@
9191
#endif
9292

9393

94-
#define CK_LOG_EMERG 0
95-
#define CK_LOG_ALERT 1
96-
#define CK_LOG_CRIT 2
97-
#define CK_LOG_ERR 3
98-
#define CK_LOG_WARNING 4
99-
#define CK_LOG_NOTICE 5
100-
#define CK_LOG_INFO 6
101-
#define CK_LOG_DEBUG 7
102-
103-
10494

10595
/****************************************************************************
10696
*

0 commit comments

Comments
 (0)