From d811ac6da4ab97088f7560b7999449ecd9b1d81f Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 14 4月 2015 04:04:37 +0800
Subject: [PATCH] Remove problematic test callback

---
 libscpi/test/test_parser.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/libscpi/test/test_parser.c b/libscpi/test/test_parser.c
index 7abb3ce..33e51f4 100644
--- a/libscpi/test/test_parser.c
+++ b/libscpi/test/test_parser.c
@@ -68,17 +68,10 @@
     (void)context;
 }
 
-int32_t SCPI_Test(scpi_t * context)
-{
-    (void)context;
-    return 0;
-}
-
 scpi_result_t SCPI_Flush(scpi_t * context)
 {
     (void)context;
 }
-
 
 static scpi_interface_t scpi_interface = {
     .error = SCPI_Error,
@@ -86,7 +79,6 @@
     .control = SCPI_Control,
     .flush = SCPI_Flush,
     .reset = SCPI_Reset,
-    .test = SCPI_Test,
 };
 
 #define SCPI_INPUT_BUFFER_LENGTH 256

--
Gitblit v1.9.1