Remove env_universal.h and env_universal.cpp from project

This commit is contained in:
ridiculousfish
2014-06-18 10:14:35 -07:00
parent 3513ce3ac0
commit ee8e9c0291
7 changed files with 33 additions and 100 deletions

View File

@@ -37,7 +37,6 @@ The fish parser. Contains functions for parsing and evaluating code.
#include "expand.h"
#include "reader.h"
#include "sanity.h"
#include "env_universal.h"
#include "event.h"
#include "intern.h"
#include "parse_util.h"