Skip to content

Commit

Permalink
[core] Remove useless dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Feb 5, 2025
1 parent 866a92c commit a847722
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 75 deletions.
15 changes: 1 addition & 14 deletions core/base/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,4 @@
#include "LinkDef2.h"
#include "LinkDef3.h"
#include "../../cont/inc/LinkDef.h"
#include "../../meta/inc/LinkDef.h"

#if defined(SYSTEM_TYPE_winnt)
#include "../../winnt/inc/LinkDef.h"
#elif defined(SYSTEM_TYPE_macosx)
#if defined(R__HAS_COCOA)
#include "../../macosx/inc/LinkDef.h"
#endif
#include "../../unix/inc/LinkDef.h"
#elif defined(SYSTEM_TYPE_unix)
#include "../../unix/inc/LinkDef.h"
#else
# error "Unsupported system type."
#endif
#include "../../meta/inc/LinkDef.h"
19 changes: 0 additions & 19 deletions core/macosx/inc/LinkDef.h

This file was deleted.

2 changes: 0 additions & 2 deletions core/macosx/inc/TMacOSXSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ class TMacOSXSystem : public TUnixSystem {

TMacOSXSystem(const TMacOSXSystem &rhs);
TMacOSXSystem &operator = (const TMacOSXSystem &rhs);

ClassDef(TMacOSXSystem, 0);//TSystem for Mac OSX.
};

#endif
19 changes: 0 additions & 19 deletions core/unix/inc/LinkDef.h

This file was deleted.

1 change: 0 additions & 1 deletion core/unix/inc/TUnixSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class TUnixSystem : public TSystem {
int GetMemInfo(MemInfo_t *info) const override;
int GetProcInfo(ProcInfo_t *info) const override;

ClassDefOverride(TUnixSystem,0) //Interface to Unix OS services
};

#endif
19 changes: 0 additions & 19 deletions core/winnt/inc/LinkDef.h

This file was deleted.

1 change: 0 additions & 1 deletion core/winnt/inc/TWinNTSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ class TWinNTSystem : public TSystem {
Int_t GetMemInfo(MemInfo_t *info) const override;
Int_t GetProcInfo(ProcInfo_t *info) const override;

ClassDefOverride(TWinNTSystem, 0)
};

R__EXTERN ULongptr_t gConsoleWindow; // console window handle
Expand Down

0 comments on commit a847722

Please sign in to comment.