summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-09 20:16:47 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-10 00:03:22 +0100
commitf35b3fea46532ffc54e9026e7a953f64493e7525 (patch)
tree277cc9cea57beb6ddfc0c9bde5b25079ba1fb8fd /idl/source
parent20193bcc93660a1510a7cd5ab8d0897e55ee7546 (diff)
clean up #ifdef ICC code
According to the dmake documentation, ICC refers to Visual Age C++ for OS/2, which is not a supported compiler (or platform). Change-Id: Ic9e23bc7c44de110a3a312bd007beda3b660927d
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/prj/svidl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx
index 39714151d9c6..0d8782b4977c 100644
--- a/idl/source/prj/svidl.cxx
+++ b/idl/source/prj/svidl.cxx
@@ -321,10 +321,6 @@ int main ( int argc, char ** argv)
{
if( !aCommand.aTargetFile.isEmpty() )
{
-#ifdef ICC
- DirEntry aT(aCommand.aTargetFile);
- aT.Kill();
-#endif
// stamp file, because idl passed through correctly
SvFileStream aOutStm( aCommand.aTargetFile,
STREAM_READWRITE | STREAM_TRUNC );