From 4b21a8770b51607eca577f199d454d3e763846b8 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Fri, 1 Feb 2019 14:38:49 +0100 Subject: [PATCH] [core] Remove unnecessary textinput/inc/Linkdef.h: We do not need dictionaries for internal Getline() functions or enums. --- core/textinput/inc/LinkDef.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 core/textinput/inc/LinkDef.h diff --git a/core/textinput/inc/LinkDef.h b/core/textinput/inc/LinkDef.h deleted file mode 100644 index fef531f4a18..00000000000 --- a/core/textinput/inc/LinkDef.h +++ /dev/null @@ -1,23 +0,0 @@ -/* @(#)root/textinput:$Id$ */ - -/************************************************************************* - * Copyright (C) 1995-2011, Rene Brun and Fons Rademakers. * - * All rights reserved. * - * * - * For the licensing terms see $ROOTSYS/LICENSE. * - * For the list of contributors see $ROOTSYS/README/CREDITS. * - *************************************************************************/ - -#ifdef __CINT__ - -#pragma link off all globals; -#pragma link off all classes; -#pragma link off all functions; - -#pragma link C++ enum EGetLineMode; - -#pragma link C++ function Getline(const char*); -#pragma link C++ function Getlinem(EGetLineMode,const char*); -#pragma link C++ function Gl_histadd(const char*); - -#endif -- GitLab