summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorThomas Collerton <tom.coll91@gmail.com>2012-01-23 14:04:47 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-01-23 14:04:47 +0530
commit7735b09b5e10e366ffb3a156790316ea0ccfa0a0 (patch)
treef0ee420f3ae019a5e750c9a97de305dec8dd7fcd /tools/inc
parentac7a8bfe4e53d4615929bcafe9cbdd88d03b6e1d (diff)
fdo#44988: Remove obsolete BOOTSTRAP defines.
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/fsys.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 3d2dfa84c444..3ec1799d475c 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -425,9 +425,6 @@ public:
DirEntry& operator []( size_t nIndex ) const;
};
-// we don't need this stuff for bootstraping
-#ifndef BOOTSTRAP
-
//========================================================================
/** FSysRedirector is an abstract base class for a hook to redirect
@@ -464,7 +461,6 @@ public:
static void DoRedirect( String &rPath );
};
-#endif // BOOTSTRP
#if defined(DBG_UTIL)
void FSysTest();