From 64a8c45de18c8f728c2810ecf57315e43a483b55 Mon Sep 17 00:00:00 2001 From: Sven Gestegard Robertz <sven.robertz@cs.lth.se> Date: Wed, 11 Feb 2015 17:56:52 +0100 Subject: [PATCH] removed labcomm_decoder_register_new_datatype_handler --- lib/c/2014/labcomm.h | 3 --- .../control/labcomm/{TypeDefVisitor.java => ASTbuilder.java} | 0 .../labcomm2006/{TypeDefVisitor.java => ASTbuilder.java} | 0 3 files changed, 3 deletions(-) rename lib/java/se/lth/control/labcomm/{TypeDefVisitor.java => ASTbuilder.java} (100%) rename lib/java/se/lth/control/labcomm2006/{TypeDefVisitor.java => ASTbuilder.java} (100%) diff --git a/lib/c/2014/labcomm.h b/lib/c/2014/labcomm.h index 8018c5b..dd8859e 100644 --- a/lib/c/2014/labcomm.h +++ b/lib/c/2014/labcomm.h @@ -72,9 +72,6 @@ typedef int (*labcomm_handle_new_datatype_callback)( struct labcomm_decoder *decoder, struct labcomm_signature *sig); -void labcomm_decoder_register_new_datatype_handler(struct labcomm_decoder *d, - labcomm_handle_new_datatype_callback on_new_datatype); - /* * Dynamic memory handling * lifetime == 0 memory that will live for as long as the diff --git a/lib/java/se/lth/control/labcomm/TypeDefVisitor.java b/lib/java/se/lth/control/labcomm/ASTbuilder.java similarity index 100% rename from lib/java/se/lth/control/labcomm/TypeDefVisitor.java rename to lib/java/se/lth/control/labcomm/ASTbuilder.java diff --git a/lib/java/se/lth/control/labcomm2006/TypeDefVisitor.java b/lib/java/se/lth/control/labcomm2006/ASTbuilder.java similarity index 100% rename from lib/java/se/lth/control/labcomm2006/TypeDefVisitor.java rename to lib/java/se/lth/control/labcomm2006/ASTbuilder.java -- GitLab