summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp')
-rw-r--r--Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp b/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp
index 577eba2b2c..c1cc2f2dce 100644
--- a/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp
+++ b/Userland/Libraries/LibWeb/DOM/ProcessingInstruction.cpp
@@ -15,8 +15,4 @@ ProcessingInstruction::ProcessingInstruction(Document& document, const String& d
{
}
-ProcessingInstruction::~ProcessingInstruction()
-{
-}
-
}