summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/lib/diffpatcher/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/lib/diffpatcher/index.js')
-rw-r--r--addon-sdk/source/lib/diffpatcher/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/addon-sdk/source/lib/diffpatcher/index.js b/addon-sdk/source/lib/diffpatcher/index.js
deleted file mode 100644
index 91ddba425..000000000
--- a/addon-sdk/source/lib/diffpatcher/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-exports.diff = require("./diff")
-exports.patch = require("./patch")
-exports.rebase = require("./rebase")