summaryrefslogtreecommitdiff
path: root/program/lib/Net/IDNA2/Exception/Nameprep.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/Net/IDNA2/Exception/Nameprep.php')
-rw-r--r--program/lib/Net/IDNA2/Exception/Nameprep.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/program/lib/Net/IDNA2/Exception/Nameprep.php b/program/lib/Net/IDNA2/Exception/Nameprep.php
deleted file mode 100644
index 44cbd6bb9..000000000
--- a/program/lib/Net/IDNA2/Exception/Nameprep.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-require_once 'Net/IDNA2/Exception.php';
-
-class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
-{
-}