diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-12 14:10:27 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-12 14:10:27 -0400 |
commit | aaf3409c46a5e472bc539a6ad5902f886c980e1f (patch) | |
tree | e6cc675c9c58ccb16263d9d753e933795b976309 /application/palemoon/components/moz.build | |
parent | 6386363f8966267d372d1382c7b27fbebb881c85 (diff) | |
download | UXP-aaf3409c46a5e472bc539a6ad5902f886c980e1f.tar UXP-aaf3409c46a5e472bc539a6ad5902f886c980e1f.tar.gz UXP-aaf3409c46a5e472bc539a6ad5902f886c980e1f.tar.lz UXP-aaf3409c46a5e472bc539a6ad5902f886c980e1f.tar.xz UXP-aaf3409c46a5e472bc539a6ad5902f886c980e1f.zip |
[PALEMOON] Remove the migrator
Diffstat (limited to 'application/palemoon/components/moz.build')
-rw-r--r-- | application/palemoon/components/moz.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build index 1c1098f0a..6e83936a9 100644 --- a/application/palemoon/components/moz.build +++ b/application/palemoon/components/moz.build @@ -17,7 +17,6 @@ DIRS += [ 'search', 'sessionstore', 'shell', - 'migration', ] if CONFIG['MOZ_BROWSER_STATUSBAR']: |