Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
de52ad0f
Commit
de52ad0f
authored
Jul 29, 2015
by
Rudi Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused static strings.
parent
6052361d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/runtime/objmodel.cpp
src/runtime/objmodel.cpp
+0
-5
No files found.
src/runtime/objmodel.cpp
View file @
de52ad0f
...
...
@@ -62,15 +62,10 @@ namespace pyston {
using
namespace
pyston
::
ExceptionStyle
;
using
pyston
::
ExceptionStyle
::
ExceptionStyle
;
static
const
std
::
string
delitem_str
(
"__delitem__"
);
static
const
std
::
string
getattribute_str
(
"__getattribute__"
);
static
const
std
::
string
getattr_str
(
"__getattr__"
);
static
const
std
::
string
init_str
(
"__init__"
);
static
const
std
::
string
iter_str
(
"__iter__"
);
static
const
std
::
string
new_str
(
"__new__"
);
static
const
std
::
string
none_str
(
"None"
);
static
const
std
::
string
repr_str
(
"__repr__"
);
static
const
std
::
string
setitem_str
(
"__setitem__"
);
static
const
std
::
string
str_str
(
"__str__"
);
#if 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment