diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-10T17·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-10T17·38+0000 |
commit | c9c58dba55fc9e46375bb67fdc9e2b55ef3805ff (patch) | |
tree | 12dbb7e740b9916582354619d3286557425a0f43 /src/libexpr/nixexpr.hh | |
parent | b4b51c9f933055e416505e54e446cc27f5f27f56 (diff) |
* Primop `__currentSystem' to return the current platform identifier.
Diffstat (limited to 'src/libexpr/nixexpr.hh')
-rw-r--r-- | src/libexpr/nixexpr.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libexpr/nixexpr.hh b/src/libexpr/nixexpr.hh index 9c49751c7dbb..b7decaa3d953 100644 --- a/src/libexpr/nixexpr.hh +++ b/src/libexpr/nixexpr.hh @@ -89,11 +89,5 @@ void checkVarDefs(const ATermMap & def, Expr e); /* Create an expression representing a boolean. */ Expr makeBool(bool b); -/* Create an expression representing a string. */ -Expr makeString(const string & s); - -/* Create an expression representing a path. */ -Expr makePath(const Path & path); - #endif /* !__NIXEXPR_H */ |