summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-03-04 01:41:18 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-03-04 01:41:18 +0900
commitb406c51330ebea0459f38b0073f0783410b072f3 (patch)
tree0151cd0394bec094ddfd3cfb32ff20ab574c3b0e /jvmfwk/source/fwkutil.hxx
parent70baa487d910d8df45200bcdfda9feee1148402c (diff)
removed dead code; fix a comment
Diffstat (limited to 'jvmfwk/source/fwkutil.hxx')
-rw-r--r--jvmfwk/source/fwkutil.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx
index 59df5c5dcf35..9e241cf92efe 100644
--- a/jvmfwk/source/fwkutil.hxx
+++ b/jvmfwk/source/fwkutil.hxx
@@ -69,15 +69,11 @@ struct Bootstrap :
struct FwkMutex: public ::rtl::Static<osl::Mutex, FwkMutex> {};
-//osl::Mutex * getFwkMutex();
-
rtl::ByteSequence encodeBase16(const rtl::ByteSequence& rawData);
rtl::ByteSequence decodeBase16(const rtl::ByteSequence& data);
rtl::OUString getPlatform();
-//const rtl::Bootstrap& getBootstrap();
-
rtl::OUString getDirFromFile(const rtl::OUString& usFilePath);