aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-10-09 18:36:59 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-10-09 18:36:59 +0200
commit587730174f15220538ca3a1db1ccc601d079632c (patch)
treeb721a520ca24681790f097eea655b6cab965ab90 /main.c
parentf5a4783b701e9e620767d6ac3b2f96b4966278c2 (diff)
main: Remove define that is never used, there is a copy in io_posix.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 9a33ba0..8afd894 100644
--- a/main.c
+++ b/main.c
@@ -33,9 +33,6 @@
#include "samba.h"
#include "cmd.h"
-#define SAM7_TTY "/dev/at91_0"
-
-
static int sam7_parse_line( char *line, char *argv[] );
static int sam7_handle_line( char *line );
static void usage( void );