From 104580e0bfb5aa2f79bc6c4c96935a8832f5f787 Mon Sep 17 00:00:00 2001 From: zwelch Date: Sun, 10 May 2009 21:33:53 +0000 Subject: Reverse revision 1691: all of its functionality has migrated elsewhere. git-svn-id: svn://svn.berlios.de/openocd/trunk@1694 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/tclapi.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/helper/tclapi.h (limited to 'src/helper/tclapi.h') diff --git a/src/helper/tclapi.h b/src/helper/tclapi.h deleted file mode 100644 index 7ec362de..00000000 --- a/src/helper/tclapi.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2009 by Zachary T Welch * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ -#ifndef TCLAPI_H -#define TCLAPI_H - -#include "command.h" - -int tclapi_register_commands(struct command_context_s *ctx); - -#endif // TCLAPI_H -- cgit v1.2.3