From d1325e276fef9bdd5cebf0da112b9e2ed20808a7 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Thu, 12 Sep 2019 13:15:44 +0200
Subject: [PATCH] Remove deprecated file

---
 DDG4/python/SystemOfUnits.py | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 DDG4/python/SystemOfUnits.py

diff --git a/DDG4/python/SystemOfUnits.py b/DDG4/python/SystemOfUnits.py
deleted file mode 100644
index 5e0fb31e1..000000000
--- a/DDG4/python/SystemOfUnits.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# ==========================================================================
-#  AIDA Detector description implementation
-# --------------------------------------------------------------------------
-# Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
-# All rights reserved.
-#
-# For the licensing terms see $DD4hepINSTALL/LICENSE.
-# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
-#
-# ==========================================================================
-#
-#  BACKWARDS COMPATIBILITY FILE!
-#  The namespace "DD4hep" is deprecated. Please use "dd4hep" instead.
-#
-# ==========================================================================
-from __future__ import absolute_import, unicode_literals, print_function
-from g4units import *
-print('DEPRECATION WARNING  The namespace "SystemOfUnits" is deprecated. Please use "g4units" instead.')
-- 
GitLab