Skip to content

Commit

Permalink
r491: removed a useless struct
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 1, 2017
1 parent 80ee646 commit 87c73da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions kautodiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#ifndef KANN_AUTODIFF_H
#define KANN_AUTODIFF_H

#define KAD_VERSION "r480"
#define KAD_VERSION "r491"

#include <stdio.h>
#include <stdint.h>
Expand All @@ -42,12 +42,6 @@
* of w.
*/

typedef enum {
KAD_CONST = 1,
KAD_VAR,
KAD_FEED
} kad_leaftype_t;

#define KAD_VAR 0x1
#define KAD_CONST 0x2
#define KAD_POOL 0x4
Expand Down

0 comments on commit 87c73da

Please sign in to comment.