summaryrefslogtreecommitdiff
path: root/cpp/src/slice2php
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-23 21:37:19 +0100
committerJose <jose@zeroc.com>2017-01-23 21:37:19 +0100
commitdc857ec709508da224559437eef19f396b9733e6 (patch)
tree3e0e42b216cc291fc9868062487bb2b13532ad8e /cpp/src/slice2php
parentBuild shared executables with -fPIE/-pie on Linux (diff)
downloadice-dc857ec709508da224559437eef19f396b9733e6.tar.bz2
ice-dc857ec709508da224559437eef19f396b9733e6.tar.xz
ice-dc857ec709508da224559437eef19f396b9733e6.zip
Ice for Ruby Ice::Value implementation
Diffstat (limited to 'cpp/src/slice2php')
-rw-r--r--cpp/src/slice2php/Main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp
index 385ba28dfbe..c8c3ea264fc 100644
--- a/cpp/src/slice2php/Main.cpp
+++ b/cpp/src/slice2php/Main.cpp
@@ -264,10 +264,6 @@ CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
else
{
_out << nl;
- if(isAbstract)
- {
- _out << "abstract ";
- }
_out << "class " << name;
if(!bases.empty() && !bases.front()->isInterface())
{