diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-04 16:42:34 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-04 16:42:34 +0100 |
commit | ef877cb6019a7749bda7cd50d40f206aebdea33c (patch) | |
tree | 73027eee06cdf5592e9370c4997242fdd673b5b9 /lib/structure.c | |
parent | e9885c4a52623f5be7c4948559b1f038c841afe6 (diff) | |
download | libtasn1-ef877cb6019a7749bda7cd50d40f206aebdea33c.tar.gz libtasn1-ef877cb6019a7749bda7cd50d40f206aebdea33c.tar.bz2 libtasn1-ef877cb6019a7749bda7cd50d40f206aebdea33c.zip |
Simplify unused debug code.
Diffstat (limited to 'lib/structure.c')
-rw-r--r-- | lib/structure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/structure.c b/lib/structure.c index 8b1bb62..47b6875 100644 --- a/lib/structure.c +++ b/lib/structure.c @@ -29,7 +29,6 @@ #include <int.h> -#include <errors.h> #include <structure.h> #include "parser_aux.h" #include <gstr.h> |