projects
/
platform
/
upstream
/
libtasn1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06898d9
)
removed debug definition
author
Nikos Mavrogiannopoulos
<nmav@redhat.com>
Fri, 16 May 2014 17:36:19 +0000
(19:36 +0200)
committer
Nikos Mavrogiannopoulos
<nmav@redhat.com>
Fri, 16 May 2014 17:36:19 +0000
(19:36 +0200)
lib/decoding.c
patch
|
blob
|
history
diff --git
a/lib/decoding.c
b/lib/decoding.c
index
ef2468a
..
7e0ed05
100644
(file)
--- a/
lib/decoding.c
+++ b/
lib/decoding.c
@@
-33,8
+33,6
@@
#include <limits.h>
#include <intprops.h>
-#define DEBUG
-
#ifdef DEBUG
# define warn() fprintf(stderr, "%s: %d\n", __func__, __LINE__)
#else