Navigation Menu

Skip to content

Commit

Permalink
Remove Translator module
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 13, 2012
1 parent 3baf262 commit 3f4cabe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 300 deletions.
1 change: 0 additions & 1 deletion lib/api/2011-02-01/configuration.js
@@ -1,7 +1,6 @@
var path = require('path');
var nroonga = require('../../wrapped-nroonga');
var Domain = require('../../database').Domain;
var Translator = require('../../batch/translator').Translator;
var dateFormat = require('dateformat');
var xmlbuilder = require('../../xmlbuilder');
var ipv4 = require('../../ipv4');
Expand Down
1 change: 0 additions & 1 deletion lib/batch/index.js
@@ -1,2 +1 @@
exports.Processor = require('./processor').Processor;
exports.Translator = require('./translator').Translator;
82 changes: 0 additions & 82 deletions lib/batch/translator.js

This file was deleted.

216 changes: 0 additions & 216 deletions test/batch-translator.test.js

This file was deleted.

0 comments on commit 3f4cabe

Please sign in to comment.