summaryrefslogtreecommitdiffstats
path: root/registry/source/registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/registry.cxx')
-rw-r--r--registry/source/registry.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index ea858f062f51..042e8ec17c44 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46,10 +47,6 @@
#include <unistd.h>
#endif
-#if defined ( GCC ) && ( defined ( SCO ) )
-ORealDynamicLoader* ODynamicLoader<Registry_Api>::m_pLoader = NULL;
-#endif
-
extern "C" {
//*********************************************************************
@@ -630,3 +627,4 @@ RegError REGISTRY_CALLTYPE reg_dumpRegistry(RegKeyHandle hKey)
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */